Packages

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

Current section

Files

Jump to
protozoa include protozoa@internal@codegen_ContentSections.hrl
Raw

include/protozoa@internal@codegen_ContentSections.hrl

-record(content_sections, {
enum_types :: binary(),
message_types :: binary(),
message_encoders :: binary(),
message_decoders :: binary(),
enum_helpers :: binary(),
service_stubs :: binary()
}).