From a0e118933372723b1abfd5e23e1a541b91be0655 Mon Sep 17 00:00:00 2001 From: sunby Date: Tue, 12 Oct 2021 20:32:41 +0800 Subject: [PATCH] [skip ci]Add comment for datacoord client (#9752) Signed-off-by: sunby --- internal/distributed/datacoord/client/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/datacoord/client/client.go b/internal/distributed/datacoord/client/client.go index 6beeb3d26..927a8d131 100644 --- a/internal/distributed/datacoord/client/client.go +++ b/internal/distributed/datacoord/client/client.go @@ -46,6 +46,7 @@ type Base interface { Register() error } +// Client is the datacoord grpc client type Client struct { ctx context.Context cancel context.CancelFunc -- GitLab