Initial version
Project structure, api, discovery service, docker.
This commit is contained in:
12
api/server.proto
Normal file
12
api/server.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package astontest;
|
||||
option go_package = "git.derfenix.pro/fenix/astontest/api";
|
||||
|
||||
service AstonTest {
|
||||
rpc Ping(stream PingPong) returns (stream PingPong);
|
||||
}
|
||||
|
||||
message PingPong {
|
||||
string value = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user