[skip ci]Fix golint error for Start in QueryCoord (#11240)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-11-04 18:02:53 +08:00 committed by GitHub
parent 91be4b10cc
commit 23941954b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,7 @@ func (c *Client) recall(caller func() (interface{}, error)) (interface{}, error)
return ret, err
}
// Start starts QueryCoord's client service. But it does nothing here.
func (c *Client) Start() error {
return nil
}