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