Current section

Files

Jump to
plug_password lib plug_password template_behaviour.ex
Raw

lib/plug_password/template_behaviour.ex

defmodule PlugPassword.Template.Behaviour do
@moduledoc """
Behaviour that should be implemented by any module that is passed as template option to PlugPassword.
"""
@callback template() :: String.t
end