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/camel_case.proto
message Inner {
optional string camelCase = 1;
}
message Outer {
optional string camelCase = 1;
repeated Inner innerList = 2;
}