mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for GetStatisticsChannel in QueryCoord (#10884)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/10913/head
parent
8885c510ef
commit
262f2316d2
|
@ -260,6 +260,7 @@ func (s *Server) GetTimeTickChannel(ctx context.Context, req *internalpb.GetTime
|
|||
return s.queryCoord.GetTimeTickChannel(ctx)
|
||||
}
|
||||
|
||||
// GetStatisticsChannel gets the statistics channel of QueryCoord.
|
||||
func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetStatisticsChannelRequest) (*milvuspb.StringResponse, error) {
|
||||
return s.queryCoord.GetStatisticsChannel(ctx)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue