[skip ci]Add comment for datacoord client (#9752)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/9755/head
sunby 2021-10-12 20:32:41 +08:00 committed by GitHub
parent 2a5f94b4dc
commit a0e1189333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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