2018-12-22 23:30:39 +01:00

7 lines
95 B
Protocol Buffer

message MyOneOf {
oneof my_oneof {
uint32 id = 1;
string name = 2;
}
}