pebble/third_party/nanopb/tests/map/map.proto

7 lines
79 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto3";
message MyMessage {
map<string,uint32> numbers = 1;
}