[skip e2e]Add comments to proxy service (#14080)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/14089/head
jingkl 2021-12-23 18:11:31 +08:00 committed by GitHub
parent a53140bd39
commit df90402a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -395,6 +395,7 @@ func (s *Server) DropIndex(ctx context.Context, request *milvuspb.DropIndexReque
return s.proxy.DropIndex(ctx, request)
}
// DescribeIndex notifies Proxy to get index describe
func (s *Server) DescribeIndex(ctx context.Context, request *milvuspb.DescribeIndexRequest) (*milvuspb.DescribeIndexResponse, error) {
return s.proxy.DescribeIndex(ctx, request)
}