Fix naming for the test service
All checks were successful
ci/woodpecker/push/dart-generate Pipeline was successful
ci/woodpecker/push/go-generate Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/js-generate Pipeline was successful
ci/woodpecker/push/repo-checks Pipeline was successful

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-05-11 11:46:08 +02:00
parent 52f43e57ad
commit dbd6423439

View File

@@ -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) {}
}