7 lines
72 B
Protocol Buffer
7 lines
72 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bool;
|
|
|
|
message Test {
|
|
bool value = 1;
|
|
}
|