mirror of https://github.com/milvus-io/milvus.git
parent
96539f02d8
commit
c0ede30c6e
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue