mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for GetStatisticsChannel in QueryCoord (#11328)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/11344/head
parent
b624ced622
commit
9cf68b1076
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue