mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to proxy service (#14080)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14089/head
parent
a53140bd39
commit
df90402a7f
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue