Skip to content

Commit 106652b

Browse files
committed
Rename YAML file to service.yaml
Made-with: Cursor
1 parent ab6c53b commit 106652b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

temporal/api/nexusservices/workerservice/v1/request_response.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option csharp_namespace = "Temporalio.Api.Nexusservices.Workerservice.V1";
1111

1212
// (--
1313
// Internal Nexus service for server-to-worker communication.
14-
// See worker_service.nexusrpc.yaml for the service definition.
14+
// See service.yaml for the service definition.
1515
// --)
1616

1717
// Request payload for the "execute-commands" Nexus operation.

temporal/api/nexusservices/workerservice/v1/worker_service.nexusrpc.yaml renamed to temporal/api/nexusservices/workerservice/v1/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/nexus-rpc/nexus-rpc-gen/main/schemas/nexus-rpc-gen.json
22
#
33
# Nexus service definition for server-to-worker communication.
4-
# See request_response.proto for protocol details and conventions.
4+
# See request_response.proto for message definitions.
55
#
66
# Task queue format: /temporal-sys/worker-commands/{namespace}/{worker_grouping_key}
77

0 commit comments

Comments
 (0)