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