Try pulling the go repo
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -7,8 +7,13 @@ option go_package = "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg
|
||||
*/
|
||||
service TestService {
|
||||
rpc Ping (PingRequest) returns (PingResponse) {}
|
||||
rpc Pong (PongRequest) returns (PongResponse) {}
|
||||
}
|
||||
|
||||
message PingRequest {}
|
||||
|
||||
message PingResponse {}
|
||||
|
||||
message PongRequest {}
|
||||
|
||||
message PongResponse {}
|
||||
|
||||
Reference in New Issue
Block a user