mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 09:08:43 +08:00
[skip ci]Fix golint error for DropPartition in rootcoord (#11849)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
42ffb26e64
commit
a7be2e1943
@ -330,6 +330,7 @@ func (s *Server) CreatePartition(ctx context.Context, in *milvuspb.CreatePartiti
|
||||
return s.rootCoord.CreatePartition(ctx, in)
|
||||
}
|
||||
|
||||
// DropPartition drops the specified partition.
|
||||
func (s *Server) DropPartition(ctx context.Context, in *milvuspb.DropPartitionRequest) (*commonpb.Status, error) {
|
||||
return s.rootCoord.DropPartition(ctx, in)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user