Packages

An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs.

Current section

Files

Jump to
protobuffs test erlang_protobuffs_SUITE_data proto delimed.proto
Raw

test/erlang_protobuffs_SUITE_data/proto/delimed.proto

message Delimed {
optional string name = 1;
optional int32 id = 2;
}