Cleanup and move template

This commit is contained in:
Asim
2015-05-25 18:16:42 +01:00
parent 94dee7a459
commit 5516f7ea1f
14 changed files with 78 additions and 145 deletions

View File

@@ -0,0 +1,9 @@
syntax = "proto3";
message Request {
string name = 1;
}
message Response {
string msg = 1;
}