grpc
Some checks failed
Go Tests / build (1.22.x) (push) Failing after 1m43s

This commit is contained in:
2024-11-17 12:32:29 -05:00
parent 4d2a7418cb
commit 0ab36c5ea6
5 changed files with 70 additions and 68 deletions

View File

@@ -1,7 +1,9 @@
syntax = "proto3";
option go_package = "github.com/siteworxpro/img-proxy-url-generator/grpc";
option php_namespace = "Siteworx\\Library\\Integrations\\ImgProxy";
option php_namespace = "SomeNamespace\\ImgProxy";
option php_metadata_namespace = "SomeNamespace\\ImgProxy\\Metadata";
message UrlRequest {
string image = 1;