未验证 提交 fc6bc48e 编写于 作者: S shaoyue 提交者: GitHub

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

Signed-off-by: Nshaoyue.chen <shaoyue.chen@zilliz.com>
上级 5ad4f084
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册