diff --git a/internal/distributed/rootcoord/service.go b/internal/distributed/rootcoord/service.go index 0c5165df37..615e09b007 100644 --- a/internal/distributed/rootcoord/service.go +++ b/internal/distributed/rootcoord/service.go @@ -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) }