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/extend.proto
import "extensions.proto";
extend Extendable {
optional sint32 bar = 126;
optional ExtendEnum baz = 127;
optional MaxTendable bin = 128;
optional string stringy = 129;
}
extend MaxTendable {
optional string stringy = 505;
}
enum ExtendEnum {
FOO = 1;
BAR = 2;
}