Training
Consulting
Tools
xref
: /
nanopb-3.4.0
/
tests
/
map
/
map.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto3";
2
3
message MyMessage {
4
map<string,uint32> numbers = 1;
5
}
6
7