Inttegro.ChimeTransport (inttegro v0.1.0)

Copy Markdown View Source

Typed Inttegro ChimeTransport value.

Summary

Types

t()

@type t() :: :sms | :email | String.t()

Functions

decode(value)

@spec decode(String.t()) :: t()

encode(value)

@spec encode(t()) :: String.t()

values()

@spec values() :: [t()]