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
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.
@type session_token() :: String.t()