mirror of https://github.com/milvus-io/milvus.git
parent
0c35cd57b0
commit
fe1e1ce523
|
@ -291,6 +291,7 @@ func (s *Server) CreateCollection(ctx context.Context, in *milvuspb.CreateCollec
|
|||
return s.rootCoord.CreateCollection(ctx, in)
|
||||
}
|
||||
|
||||
// DropCollection drops a collection
|
||||
func (s *Server) DropCollection(ctx context.Context, in *milvuspb.DropCollectionRequest) (*commonpb.Status, error) {
|
||||
return s.rootCoord.DropCollection(ctx, in)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue