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/enum_outside.proto
enum EnumList {
FIRST = 1;
SECOND = 2;
}
message EnumUser {
optional EnumList enum_field = 1;
}