1
0
Fork 0
python-aristaproto/tests/inputs/map/map.proto

8 lines
86 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package map;
message Test {
map<string, int32> counts = 1;
}