mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint for GetTimeTickChannel in distributed/querynode/service.go (#9908)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
02b65f7179
commit
f054c82f7c
@ -269,6 +269,7 @@ func (s *Server) SetIndexCoord(indexCoord types.IndexCoord) error {
|
||||
return s.querynode.SetIndexCoord(indexCoord)
|
||||
}
|
||||
|
||||
// GetTimeTickChannel gets the time tick channel of QueryNode.
|
||||
func (s *Server) GetTimeTickChannel(ctx context.Context, req *internalpb.GetTimeTickChannelRequest) (*milvuspb.StringResponse, error) {
|
||||
return s.querynode.GetTimeTickChannel(ctx)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user