mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add comment for HasCollection (#8025)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
b6e43e0439
commit
3dad7b5aa8
@ -295,6 +295,7 @@ func (s *Server) DropCollection(ctx context.Context, in *milvuspb.DropCollection
|
||||
return s.rootCoord.DropCollection(ctx, in)
|
||||
}
|
||||
|
||||
// HasCollection checks whether a collection is created
|
||||
func (s *Server) HasCollection(ctx context.Context, in *milvuspb.HasCollectionRequest) (*milvuspb.BoolResponse, error) {
|
||||
return s.rootCoord.HasCollection(ctx, in)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user