mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci]Add comment for Start in datacoord client (#11200)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
8eb2700fa7
commit
1f2e0c68db
@ -203,6 +203,7 @@ func (c *Client) recall(caller func() (interface{}, error)) (interface{}, error)
|
||||
return ret, err
|
||||
}
|
||||
|
||||
// Start enables the client
|
||||
func (c *Client) Start() error {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user