mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-24 08:25:31 +00:00
Fix url (#105)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package urlshortener;
|
||||
package url;
|
||||
|
||||
option go_package = "github.com/micro/services/url-shortener/proto;urlshortener";
|
||||
option go_package = "github.com/micro/services/url/proto;url";
|
||||
|
||||
service UrlShortener {
|
||||
service Url {
|
||||
rpc Shorten(ShortenRequest) returns (ShortenResponse) {}
|
||||
rpc List(ListRequest) returns (ListResponse) {}
|
||||
rpc Proxy(ProxyRequest) returns (ProxyResponse) {}
|
||||
|
||||
Reference in New Issue
Block a user