mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for ShowCollections in QueryCoord (#10952)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/10964/head
parent
599536fef8
commit
166170f6fe
|
@ -265,6 +265,7 @@ func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetSt
|
||||||
return s.queryCoord.GetStatisticsChannel(ctx)
|
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) {
|
func (s *Server) ShowCollections(ctx context.Context, req *querypb.ShowCollectionsRequest) (*querypb.ShowCollectionsResponse, error) {
|
||||||
return s.queryCoord.ShowCollections(ctx, req)
|
return s.queryCoord.ShowCollections(ctx, req)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue