mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error for GetTimeTickChannel in QueryCoord (#10883)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
7071ded008
commit
e9a22a47eb
@ -255,6 +255,7 @@ func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComp
|
||||
return s.queryCoord.GetComponentStates(ctx)
|
||||
}
|
||||
|
||||
// GetTimeTickChannel gets the time tick channel of QueryCoord.
|
||||
func (s *Server) GetTimeTickChannel(ctx context.Context, req *internalpb.GetTimeTickChannelRequest) (*milvuspb.StringResponse, error) {
|
||||
return s.queryCoord.GetTimeTickChannel(ctx)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user