Packages
An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs.
Current section
Files
Jump to
Current section
Files
test/erlang_protobuffs_SUITE_data/proto/nested5.proto
message First {
message Inner {
optional bool foo = 1;
}
optional Inner inner = 1;
}
message Second {
required First.Inner inner = 1;
}