mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
8 lines
124 B
Protocol Buffer
8 lines
124 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
import "nanopb.proto";
|
||
|
|
||
|
message MyMessage {
|
||
|
required bytes mybytes = 1 [(nanopb).max_size = 512];
|
||
|
}
|