[skip ci]Fix golint for DescribeIndex in rootcoord (#11927)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/11874/head
cai.zhang 2021-11-16 21:34:05 +08:00 committed by GitHub
parent 247049a65e
commit 95bd08961e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}