Packages

Shield.Notifier is an external package for Shield package notifications.

Current section

Files

Jump to
shield_notifier lib notifier channel.ex
Raw

lib/notifier/channel.ex

defmodule Shield.Notifier.Channel do
@moduledoc """
Behaviour module for Shield.Notifier channel implementation modules.
"""
@callback deliver(recipients :: list, template :: atom, data :: any) :: any
end