mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for ShowCollections (#11512)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11526/head
parent
6973e989ad
commit
7fa9edeb25
|
@ -506,6 +506,7 @@ func (node *Proxy) GetCollectionStatistics(ctx context.Context, request *milvusp
|
|||
return g.result, nil
|
||||
}
|
||||
|
||||
// ShowCollections list all collections in Milvus.
|
||||
func (node *Proxy) ShowCollections(ctx context.Context, request *milvuspb.ShowCollectionsRequest) (*milvuspb.ShowCollectionsResponse, error) {
|
||||
if !node.checkHealthy() {
|
||||
return &milvuspb.ShowCollectionsResponse{
|
||||
|
|
Loading…
Reference in New Issue