[skip ci]Fix golint error for Client in QueryCoord (#11162)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/11188/head
cai.zhang 2021-11-03 19:31:12 +08:00 committed by GitHub
parent c97c4d77b3
commit c5bc54abd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ import (
"github.com/milvus-io/milvus/internal/proto/querypb"
)
// Client is the grpc client of QueryCoord.
type Client struct {
ctx context.Context
cancel context.CancelFunc