6 lines
68 B
Protocol Buffer
6 lines
68 B
Protocol Buffer
|
|
syntax = "proto3";
|
||
|
|
|
||
|
|
message Something {
|
||
|
|
string entry = 3687091;
|
||
|
|
}
|