[skip ci] Add comments for exported items in proxy/client.go (#12087)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/12094/head
shaoyue 2021-11-18 19:19:32 +08:00 committed by GitHub
parent 5ad4f084c7
commit fc6bc48e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -186,10 +186,12 @@ func (c *Client) recall(caller func() (interface{}, error)) (interface{}, error)
return ret, err
}
// Start dummy
func (c *Client) Start() error {
return nil
}
// Stop stops the client, closes the connection
func (c *Client) Stop() error {
c.cancel()
c.grpcClientMtx.Lock()