[skip ci]Fix golint error for GetStatisticsChannel in QueryCoord (#10884)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/10913/head
cai.zhang 2021-10-29 12:56:59 +08:00 committed by GitHub
parent 8885c510ef
commit 262f2316d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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