[skip ci] Fix golint for GetTimeTickChannel in QueryNode (#10395)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/10403/head
cai.zhang 2021-10-21 21:59:23 +08:00 committed by GitHub
parent 51b9a9cd5c
commit ecfca29adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()