Add comment for DropCollection (#8024)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8269/head
sunby 2021-09-22 10:05:58 +08:00 committed by GitHub
parent 0c35cd57b0
commit fe1e1ce523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}