View Source Envio.Channel (envio v1.0.0)

Channel description.

Summary

Types

t()

Channel data stored as a struct

Types

@type t() :: %Envio.Channel{name: binary() | atom(), source: binary() | atom()}

Channel data stored as a struct

Functions

@spec fq_name({binary() | atom(), binary() | atom()} | t()) :: binary()