mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
[skip ci]Fix golint for DropIndex in rootcoord (#11926)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
5c6f9c9691
commit
247049a65e
@ -350,6 +350,7 @@ func (s *Server) CreateIndex(ctx context.Context, in *milvuspb.CreateIndexReques
|
||||
return s.rootCoord.CreateIndex(ctx, in)
|
||||
}
|
||||
|
||||
// DropIndex drops the index.
|
||||
func (s *Server) DropIndex(ctx context.Context, in *milvuspb.DropIndexRequest) (*commonpb.Status, error) {
|
||||
return s.rootCoord.DropIndex(ctx, in)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user