[skip ci]Fix golint error for GetTimeTickChannel in QueryCoord (#10883)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-29 12:05:27 +08:00 committed by GitHub
parent 7071ded008
commit e9a22a47eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}