mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip ci]Fix golint error for GetTimeTickChannel in QueryCoord (#11327)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
6e8c1d1e9a
commit
b624ced622
@ -242,6 +242,7 @@ func (c *Client) GetComponentStates(ctx context.Context) (*internalpb.ComponentS
|
||||
return ret.(*internalpb.ComponentStates), err
|
||||
}
|
||||
|
||||
// GetTimeTickChannel gets the time tick channel of QueryCoord.
|
||||
func (c *Client) GetTimeTickChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
|
||||
ret, err := c.recall(func() (interface{}, error) {
|
||||
client, err := c.getGrpcClient()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user