Skip to content

Support the replicate message api #732

Support the replicate message api

Support the replicate message api #732

Triggered via pull request November 9, 2023 07:00
Status Failure
Total duration 2m 36s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: client/grpc_client.go#L19
cannot use &GrpcClient{} (value of type *GrpcClient) as Client value in variable declaration: *GrpcClient does not implement Client (wrong type for method Flush)
lint: client/client.go#L246
cannot use c (variable of type *GrpcClient) as Client value in return statement: *GrpcClient does not implement Client (wrong type for method Flush)
lint: client/client_test.go#L306
impossible type assertion: client.(*GrpcClient)
lint: client/collection_test.go#L245
impossible type assertion: c.(*GrpcClient)
lint: client/index_test.go#L160
impossible type assertion: tc.(*GrpcClient)
lint: client/grpc_client.go#L19
cannot use &GrpcClient{} (value of type *GrpcClient) as Client value in variable declaration: *GrpcClient does not implement Client (wrong type for method Flush)
lint: client/client.go#L246
cannot use c (variable of type *GrpcClient) as Client value in return statement: *GrpcClient does not implement Client (wrong type for method Flush)
lint: client/client_test.go#L306
impossible type assertion: client.(*GrpcClient)
lint: client/collection_test.go#L245
impossible type assertion: c.(*GrpcClient)
lint: client/index_test.go#L160
impossible type assertion: tc.(*GrpcClient)