Export indexed rows for describe_index #1046
Annotations
10 errors and 1 warning
lint:
client/grpc_client.go#L20
cannot use &GrpcClient{} (value of type *GrpcClient) as Client value in variable declaration: *GrpcClient does not implement Client (wrong type for method DescribeIndex)
|
lint:
client/client.go#L265
cannot use c (variable of type *GrpcClient) as Client value in return statement: *GrpcClient does not implement Client (wrong type for method DescribeIndex)
|
lint:
client/client_test.go#L308
impossible type assertion: client.(*GrpcClient)
|
lint:
client/collection_test.go#L245
impossible type assertion: c.(*GrpcClient)
|
lint:
client/index_test.go#L164
impossible type assertion: tc.(*GrpcClient)
|
lint:
client/grpc_client.go#L20
cannot use &GrpcClient{} (value of type *GrpcClient) as Client value in variable declaration: *GrpcClient does not implement Client (wrong type for method DescribeIndex)
|
lint:
client/client.go#L265
cannot use c (variable of type *GrpcClient) as Client value in return statement: *GrpcClient does not implement Client (wrong type for method DescribeIndex)
|
lint:
client/client_test.go#L308
impossible type assertion: client.(*GrpcClient)
|
lint:
client/collection_test.go#L245
impossible type assertion: c.(*GrpcClient)
|
lint:
client/index_test.go#L164
impossible type assertion: tc.(*GrpcClient)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|