Update protos/service.proto
This commit is contained in:
@@ -2,6 +2,8 @@ syntax = "proto3";
|
|||||||
|
|
||||||
package example;
|
package example;
|
||||||
|
|
||||||
|
option go_package = "github.com/example/my-swagger-service/gen/example";
|
||||||
|
|
||||||
service HelloService {
|
service HelloService {
|
||||||
rpc SayHello (HelloRequest) returns (HelloReply);
|
rpc SayHello (HelloRequest) returns (HelloReply);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user