[skip ci] Add the comments to service (#13316)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13352/head
jingkl 2021-12-14 16:21:22 +08:00 committed by GitHub
parent 96a0352272
commit f311353182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ func (s *Server) CreatePartition(ctx context.Context, request *milvuspb.CreatePa
return s.proxy.CreatePartition(ctx, request)
}
// DropPartition notifies Proxy to drop a partition
func (s *Server) DropPartition(ctx context.Context, request *milvuspb.DropPartitionRequest) (*commonpb.Status, error) {
return s.proxy.DropPartition(ctx, request)
}