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
distribute include distribute@crypto@behaviour_SecureContext.hrl
Raw

include/distribute@crypto@behaviour_SecureContext.hrl

-record(secure_context, {
node_id :: binary(),
stage :: distribute@crypto@behaviour:handshake_stage(),
created_at_ms :: integer(),
key_id :: binary()
}).