mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
[skip ci]Fix golint error for Start in QueryCoord (#11240)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
91be4b10cc
commit
23941954b1
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user