mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
8 lines
93 B
Protocol Buffer
8 lines
93 B
Protocol Buffer
|
syntax = 'proto2';
|
||
|
|
||
|
message MyMessage
|
||
|
{
|
||
|
optional float myfield = 1 [default = 1.234];
|
||
|
}
|
||
|
|