[skip ci]Fix golint error for Client in QueryNode (#10219)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/10226/head
cai.zhang 2021-10-19 20:40:40 +08:00 committed by GitHub
parent 9585aaa188
commit 1d0e9dc6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import (
"github.com/milvus-io/milvus/internal/util/trace"
)
// Client is the grpc client of QueryNode.
type Client struct {
ctx context.Context
cancel context.CancelFunc