Current section

Files

Jump to
elixir_structure_manager priv templates domain behaviour.ex
Raw

priv/templates/domain/behaviour.ex

defmodule {app}.Domain.Behaviours.{name} do
@moduledoc """
TODO Updates description and add new functions
"""
# @callback replace_function_name(param_one::term, param_two::term)::{:ok, true::term} | {:error, reason::term}
end