mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for datacoord client (#9752)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/9755/head
parent
2a5f94b4dc
commit
a0e1189333
|
@ -46,6 +46,7 @@ type Base interface {
|
|||
Register() error
|
||||
}
|
||||
|
||||
// Client is the datacoord grpc client
|
||||
type Client struct {
|
||||
ctx context.Context
|
||||
cancel context.CancelFunc
|
||||
|
|
Loading…
Reference in New Issue