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

8 lines
104 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
message Outer {
repeated Inner inners = 4;
}
message Inner {
required string str = 1;
}