mirror of
https://github.com/google/pebble.git
synced 2025-03-24 12:39:07 +00:00
5 lines
71 B
Protocol Buffer
5 lines
71 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
message submessage {
|
||
|
required bytes data = 1;
|
||
|
}
|