mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint for DescribeIndex in rootcoord (#11927)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/11874/head
parent
247049a65e
commit
95bd08961e
|
@ -355,6 +355,7 @@ func (s *Server) DropIndex(ctx context.Context, in *milvuspb.DropIndexRequest) (
|
|||
return s.rootCoord.DropIndex(ctx, in)
|
||||
}
|
||||
|
||||
// DescribeIndex get the index information for the specified index name.
|
||||
func (s *Server) DescribeIndex(ctx context.Context, in *milvuspb.DescribeIndexRequest) (*milvuspb.DescribeIndexResponse, error) {
|
||||
return s.rootCoord.DescribeIndex(ctx, in)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue