[skip ci]Fix golint error for Start in QueryNode (#10305)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/10311/head
cai.zhang 2021-10-20 19:56:55 +08:00 committed by GitHub
parent 063c7859f5
commit 505d3a51df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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