mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for datacoord/client.Client (#14029)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/14006/head
parent
e8ebd926e0
commit
c65bb0d3c6
|
@ -94,6 +94,7 @@ func (c *Client) Start() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Stop stops the client
|
||||
func (c *Client) Stop() error {
|
||||
return c.grpcClient.Close()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue