mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for Client in QueryNode (#10219)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/10226/head
parent
9585aaa188
commit
1d0e9dc6d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue