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

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
jingkl 2021-12-17 14:27:30 +08:00 committed by GitHub
parent 495e9d566b
commit 21189779ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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