mirror of
https://github.com/protobufjs/protobuf.js.git
synced 2025-12-08 20:58:55 +00:00
6 lines
115 B
Protocol Buffer
6 lines
115 B
Protocol Buffer
message Test {
|
|
required group MyGroup = 1 {
|
|
option foo = "bar";
|
|
required uint32 a = 2;
|
|
};
|
|
} |