[skip ci] Add comment for ShowCollections (#11512)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11526/head
dragondriver 2021-11-09 20:00:17 +08:00 committed by GitHub
parent 6973e989ad
commit 7fa9edeb25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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{