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

[skip ci] Add comment for HasCollection (#11333)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 2064dde4
......@@ -232,6 +232,7 @@ func (node *Proxy) DropCollection(ctx context.Context, request *milvuspb.DropCol
return dct.result, nil
}
// HasCollection check if the specific collection exists in Milvus.
func (node *Proxy) HasCollection(ctx context.Context, request *milvuspb.HasCollectionRequest) (*milvuspb.BoolResponse, error) {
if !node.checkHealthy() {
return &milvuspb.BoolResponse{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册