mirror of https://github.com/milvus-io/milvus.git
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…
Reference in New Issue