mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint for GetTimeTickChannel in QueryNode (#10395)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/10403/head
parent
51b9a9cd5c
commit
ecfca29adb
|
@ -204,6 +204,7 @@ func (c *Client) GetComponentStates(ctx context.Context) (*internalpb.ComponentS
|
|||
return ret.(*internalpb.ComponentStates), err
|
||||
}
|
||||
|
||||
// GetTimeTickChannel gets the time tick channel of QueryNode.
|
||||
func (c *Client) GetTimeTickChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
|
||||
ret, err := c.recall(func() (interface{}, error) {
|
||||
client, err := c.getGrpcClient()
|
||||
|
|
Loading…
Reference in New Issue