mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +08:00
[skip e2e]Add comments to proxy service (#13564)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
495e9d566b
commit
21189779ee
@ -388,6 +388,7 @@ func (s *Server) ShowPartitions(ctx context.Context, request *milvuspb.ShowParti
|
||||
return s.proxy.ShowPartitions(ctx, request)
|
||||
}
|
||||
|
||||
// CreateIndex notifies Proxy to create index
|
||||
func (s *Server) CreateIndex(ctx context.Context, request *milvuspb.CreateIndexRequest) (*commonpb.Status, error) {
|
||||
return s.proxy.CreateIndex(ctx, request)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user