mirror of
https://github.com/google/pebble.git
synced 2025-05-04 00:41:40 -04:00
6 lines
79 B
Protocol Buffer
6 lines
79 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message MyMessage {
|
|
map<string,uint32> numbers = 1;
|
|
}
|
|
|