mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for exported items in proxy/client.go (#12087)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/12094/head
parent
5ad4f084c7
commit
fc6bc48e3b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue