3 lines
46 B
Protocol Buffer
3 lines
46 B
Protocol Buffer
|
|
message Data {
|
||
|
|
map<string,bytes> data = 1;
|
||
|
|
}
|