Support the replicate message api #732
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)
|