Welcome to mirror list, hosted at ThFree Co, Russian Federation.

map.proto « map « tests - github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f503625c01b8c99c79d3333bb0dea1445df473b7 (plain)
1
2
3
4
5
6
syntax = "proto3";

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