Files
squeezelite-esp32-gronod/lib/spotify/cspot/bell/external/nanopb/tests/map/map.proto
T
2026-03-13 17:03:22 +00:00

7 lines
79 B
Protocol Buffer

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