mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 14:35:07 +00:00
Update url.proto
This commit is contained in:
@@ -6,7 +6,7 @@ option go_package = "github.com/micro/services/url/proto;url";
|
|||||||
|
|
||||||
service Url {
|
service Url {
|
||||||
rpc Shorten(ShortenRequest) returns (ShortenResponse) {}
|
rpc Shorten(ShortenRequest) returns (ShortenResponse) {}
|
||||||
rpc List(ListRequest) returns (ListResponse) {}
|
rpc List(ListRequest) returns (ListResponse) {}
|
||||||
rpc Proxy(ProxyRequest) returns (ProxyResponse) {}
|
rpc Proxy(ProxyRequest) returns (ProxyResponse) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user