Cleanup and move template
This commit is contained in:
9
examples/server/proto/example/example.proto
Normal file
9
examples/server/proto/example/example.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message Request {
|
||||
string name = 1;
|
||||
}
|
||||
|
||||
message Response {
|
||||
string msg = 1;
|
||||
}
|
Reference in New Issue
Block a user