Packages

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

Current section

Files

Jump to
protozoa include protozoa@parser_Method.hrl
Raw

include/protozoa@parser_Method.hrl

-record(method, {
name :: binary(),
input_type :: binary(),
output_type :: binary(),
client_streaming :: boolean(),
server_streaming :: boolean()
}).