mirror of
https://github.com/google/pebble.git
synced 2025-03-23 04:02:19 +00:00
4 lines
71 B
Protocol Buffer
4 lines
71 B
Protocol Buffer
syntax = "proto2";
|
|
message submessage {
|
|
required bytes data = 1;
|
|
}
|