8 lines
88 B
Protocol Buffer
8 lines
88 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message Test {
|
|
int32 for = 1;
|
|
int32 with = 2;
|
|
int32 as = 3;
|
|
}
|