linx-simulator2/node_modules/protobufjs/tests/oneof.proto

7 lines
101 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
message MyOneOf {
oneof my_oneof {
uint32 id = 1;
string name = 2;
}
}