yggdrasil v3.0.2 Yggdrasil.Channel

Channel struct definition.

The attributes are defined as follows:

  • name - Name of the channel.
  • transformer - Module where the encoding or decoding function is defined.
  • adapter - Module where the adapter is defined.
  • namespace - Namespace of the adapter.

Summary

Functions

Channel struct definition

Types

t()
t() :: %Yggdrasil.Channel{adapter: module, name: any, namespace: atom, transformer: module}

Functions

__struct__()

Channel struct definition.