[skip e2e] Add comment for datacoord/client.Client (#14029)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2021-12-23 11:07:14 +08:00 committed by GitHub
parent e8ebd926e0
commit c65bb0d3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ func (c *Client) Start() error {
return nil
}
// Stop stops the client
func (c *Client) Stop() error {
return c.grpcClient.Close()
}