mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for HasCollection (#11333)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11343/head
parent
2064dde4cc
commit
f67bd0ae0c
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue