Packages
Typed distributed messaging for Gleam on the BEAM.
Retired package: Deprecated - The project needs to be redesigned around a much smaller and clearer core.
Current section
Files
Jump to
Current section
Files
include/distribute@crypto@behaviour_HandshakeMessage.hrl
-record(handshake_message, {
message_type :: binary(),
payload :: bitstring(),
metadata :: gleam@option:option(gleam@dict:dict(binary(), binary()))
}).