mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for DropPartition in rootcoord (#11849)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/11864/head
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…
Reference in New Issue