SourceTermAnalysisSystem_vue/node_modules/protocol-buffers-schema/test/fixtures/options.proto

9 lines
183 B
Protocol Buffer
Raw Normal View History

2026-05-15 10:22:44 +08:00
message OptionFields {
optional string type = 2 [mylist = "some,values,[here]"];
}
message MoreOptionFields {
optional string values = 3 [mylist2 = '[more, values], [here]'];
}