mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add the comments to service (#13316)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13352/head
parent
96a0352272
commit
f311353182
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue