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