Delete APIs implementation #5648
linters.yml
on: pull_request
lint-actions
22s
lint-protos
52s
lint-api
42s
fmt-imports
29s
golangci
4m 23s
All Linters Succeed
0s
Annotations
12 errors
fmt-imports
Process completed with exit code 1.
|
golangci:
service/history/api/updateactivityoptions/api_test.go#L331
undefined: workflowservice.UpdateActivityOptionsByIdRequest
|
golangci:
service/history/api/updateactivityoptions/api_test.go#L401
undefined: workflowservice.UpdateActivityOptionsByIdRequest (typecheck)
|
golangci:
tests/activity_api_pause_test.go#L135
undefined: workflowservice.PauseActivityByIdRequest
|
golangci:
tests/activity_api_pause_test.go#L140
s.FrontendClient().PauseActivityById undefined (type workflowservice.WorkflowServiceClient has no field or method PauseActivityById)
|
golangci:
tests/activity_api_pause_test.go#L163
undefined: workflowservice.UnpauseActivityByIdRequest
|
golangci:
tests/activity_api_pause_test.go#L167
undefined: workflowservice.UnpauseActivityByIdRequest_Resume
|
golangci:
tests/activity_api_pause_test.go#L168
undefined: workflowservice.UnpauseActivityByIdRequest_ResumeOperation
|
golangci:
tests/activity_api_pause_test.go#L173
s.FrontendClient().UnpauseActivityById undefined (type workflowservice.WorkflowServiceClient has no field or method UnpauseActivityById)
|
golangci:
tests/activity_api_pause_test.go#L231
undefined: workflowservice.PauseActivityByIdRequest
|
golangci:
tests/activity_api_pause_test.go#L236
s.FrontendClient().PauseActivityById undefined (type workflowservice.WorkflowServiceClient has no field or method PauseActivityById)
|
All Linters Succeed
Process completed with exit code 1.
|