Skip to content

Commit

Permalink
Regenerate proto types (cadence-workflow#4234)
Browse files Browse the repository at this point in the history
  • Loading branch information
vytautas-karpavicius authored May 28, 2021
1 parent 466c7f5 commit 58df913
Show file tree
Hide file tree
Showing 8 changed files with 1,707 additions and 1,714 deletions.
449 changes: 172 additions & 277 deletions .gen/proto/api/v1/service_worker.pb.go

Large diffs are not rendered by default.

288 changes: 143 additions & 145 deletions .gen/proto/api/v1/service_worker.pb.yarpc.go

Large diffs are not rendered by default.

1,356 changes: 730 additions & 626 deletions .gen/proto/api/v1/service_workflow.pb.go

Large diffs are not rendered by default.

342 changes: 171 additions & 171 deletions .gen/proto/api/v1/service_workflow.pb.yarpc.go

Large diffs are not rendered by default.

490 changes: 244 additions & 246 deletions .gen/proto/history/v1/service.pb.yarpc.go

Large diffs are not rendered by default.

490 changes: 244 additions & 246 deletions .gen/proto/matching/v1/service.pb.yarpc.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/frontend/grpcClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ func (g grpcClient) RegisterDomain(ctx context.Context, request *types.RegisterD
}

func (g grpcClient) RequestCancelWorkflowExecution(ctx context.Context, request *types.RequestCancelWorkflowExecutionRequest, opts ...yarpc.CallOption) error {
_, err := g.worker.RequestCancelWorkflowExecution(ctx, proto.FromRequestCancelWorkflowExecutionRequest(request), opts...)
_, err := g.workflow.RequestCancelWorkflowExecution(ctx, proto.FromRequestCancelWorkflowExecutionRequest(request), opts...)
return proto.ToError(err)
}

func (g grpcClient) ResetStickyTaskList(ctx context.Context, request *types.ResetStickyTaskListRequest, opts ...yarpc.CallOption) (*types.ResetStickyTaskListResponse, error) {
_, err := g.workflow.ResetStickyTaskList(ctx, proto.FromResetStickyTaskListRequest(request), opts...)
_, err := g.worker.ResetStickyTaskList(ctx, proto.FromResetStickyTaskListRequest(request), opts...)
return &types.ResetStickyTaskListResponse{}, proto.ToError(err)
}

Expand Down
2 changes: 1 addition & 1 deletion idls
Submodule idls updated from 3f9e46 to 7b8bc3

0 comments on commit 58df913

Please sign in to comment.