[skip ci]Fix golint error for ShowCollections in QueryCoord (#10952)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/10964/head
cai.zhang 2021-10-30 18:49:01 +08:00 committed by GitHub
parent 599536fef8
commit 166170f6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetSt
return s.queryCoord.GetStatisticsChannel(ctx)
}
// ShowCollections shows the collections in the QueryCoord.
func (s *Server) ShowCollections(ctx context.Context, req *querypb.ShowCollectionsRequest) (*querypb.ShowCollectionsResponse, error) {
return s.queryCoord.ShowCollections(ctx, req)
}