-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
124a3da
commit 1c65b10
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule api
updated
12 files
+11 −7 | Makefile | |
+18 −2 | api-linter.yaml | |
+7 −0 | buf.lock | |
+2 −0 | buf.yaml | |
+12 −2 | build/go.mod | |
+79 −0 | build/go.sum | |
+2 −0 | build/tools.go | |
+2 −0 | temporal/api/enums/v1/failed_cause.proto | |
+4 −0 | temporal/api/history/v1/message.proto | |
+13 −0 | temporal/api/sdk/v1/task_complete_metadata.proto | |
+34 −3 | temporal/api/workflowservice/v1/request_response.proto | |
+195 −35 | temporal/api/workflowservice/v1/service.proto |