mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for Start in QueryNode (#10305)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/10311/head
parent
063c7859f5
commit
505d3a51df
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue