diff --git a/proto/test/v1/test_v1.proto b/proto/test/v1/test_v1.proto index ea26408..802a105 100644 --- a/proto/test/v1/test_v1.proto +++ b/proto/test/v1/test_v1.proto @@ -5,11 +5,11 @@ option go_package = "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg /** * Service for handling environments */ -service TestNoAuthService { +service PublicTestService { rpc Ping (PingRequest) returns (PingResponse) {} } -service TestAuthService { +service TestService { rpc Pong (PongRequest) returns (PongResponse) {} }