working commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package control;
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option cc_generic_services = false;
|
||||
|
||||
|
||||
message Hello {
|
||||
int32 id = 1;
|
||||
string name = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user