Add test for auth/noauth
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -5,8 +5,11 @@ option go_package = "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg
|
||||
/**
|
||||
* Service for handling environments
|
||||
*/
|
||||
service TestService {
|
||||
service TestNoAuthService {
|
||||
rpc Ping (PingRequest) returns (PingResponse) {}
|
||||
}
|
||||
|
||||
service TestAuthService {
|
||||
rpc Pong (PongRequest) returns (PongResponse) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user