View Source Chorex.Types (Chorex v0.8.4)

Summary

Types

A chorex message looks like the atom :chorex, a civ_tok(), and a payload

A CIV token is a string (UUID) indicating the session, the line information identifying the message, the sender name, and the receiver name.

Types

@type chorex_message() :: {:chorex, civ_tok(), payload :: any()}

A chorex message looks like the atom :chorex, a civ_tok(), and a payload

@type civ_tok() :: {String.t(), any(), atom(), atom()}

A CIV token is a string (UUID) indicating the session, the line information identifying the message, the sender name, and the receiver name.

@type session_token() :: String.t()