mirror of
https://github.com/google/pebble.git
synced 2025-03-16 01:01:20 +00:00
7 lines
79 B
Protocol Buffer
7 lines
79 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message MyMessage {
|
||
|
map<string,uint32> numbers = 1;
|
||
|
}
|
||
|
|