[skip ci]Fix golint error for GetStatisticsChannel in QueryCoord (#11328)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/11344/head
cai.zhang 2021-11-05 18:05:23 +08:00 committed by GitHub
parent b624ced622
commit 9cf68b1076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ func (c *Client) GetTimeTickChannel(ctx context.Context) (*milvuspb.StringRespon
return ret.(*milvuspb.StringResponse), err
}
// GetStatisticsChannel gets the statistics channel of QueryCoord.
func (c *Client) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
ret, err := c.recall(func() (interface{}, error) {
client, err := c.getGrpcClient()