[skip ci]Add comment for Start in datacoord client (#11200)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
sunby 2021-11-03 23:26:12 +08:00 committed by GitHub
parent 8eb2700fa7
commit 1f2e0c68db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}