Add comment for ShowCollections (#8032)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8075/head
sunby 2021-09-17 11:15:53 +08:00 committed by GitHub
parent 96539f02d8
commit c0ede30c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ func (s *Server) DescribeCollection(ctx context.Context, in *milvuspb.DescribeCo
return s.rootCoord.DescribeCollection(ctx, in) return s.rootCoord.DescribeCollection(ctx, in)
} }
// ShowCollections gets all collections
func (s *Server) ShowCollections(ctx context.Context, in *milvuspb.ShowCollectionsRequest) (*milvuspb.ShowCollectionsResponse, error) { func (s *Server) ShowCollections(ctx context.Context, in *milvuspb.ShowCollectionsRequest) (*milvuspb.ShowCollectionsResponse, error) {
return s.rootCoord.ShowCollections(ctx, in) return s.rootCoord.ShowCollections(ctx, in)
} }