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