Update protos/service.proto

This commit is contained in:
2025-06-03 21:50:28 +00:00
parent 8809525daf
commit 4a82f162ba

View File

@@ -2,6 +2,8 @@ syntax = "proto3";
package example;
option go_package = "github.com/example/my-swagger-service/gen/example";
service HelloService {
rpc SayHello (HelloRequest) returns (HelloReply);
}