mirror of
https://github.com/google/pebble.git
synced 2025-03-21 19:31:20 +00:00
8 lines
127 B
Protocol Buffer
8 lines
127 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
import "nanopb.proto";
|
||
|
|
||
|
message MyMessage {
|
||
|
repeated string values = 1 [(nanopb).type = FT_POINTER];
|
||
|
}
|
||
|
|