Packages

A Protocol Buffers library for Gleam, providing encoding and decoding of protobuf messages.

Current section

Files

Jump to
protozoa include protozoa@parser_ProtoFile.hrl
Raw

include/protozoa@parser_ProtoFile.hrl

-record(proto_file, {
syntax :: binary(),
package :: gleam@option:option(binary()),
imports :: list(protozoa@parser:import()),
messages :: list(protozoa@parser:message()),
enums :: list(protozoa@parser:enum()),
services :: list(protozoa@parser:service())
}).