未验证 提交 7fa9edeb 编写于 作者: D dragondriver 提交者: GitHub

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

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 6973e989
......@@ -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{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册