mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +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)
|
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) {
|
func (s *Server) CreateIndex(ctx context.Context, request *milvuspb.CreateIndexRequest) (*commonpb.Status, error) {
|
||||||
return s.proxy.CreateIndex(ctx, request)
|
return s.proxy.CreateIndex(ctx, request)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user