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
|
Register() error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Client is the datacoord grpc client
|
||||||
type Client struct {
|
type Client struct {
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
cancel context.CancelFunc
|
cancel context.CancelFunc
|
||||||
|
|
Loading…
Reference in New Issue