Current section
Files
Jump to
Current section
Files
lib/protocols/reloadable.ex
defprotocol Manganese.EntityKit.Protocols.Reloadable do
alias Manganese.EntityKit.Behaviors
@doc """
"""
@spec reload(t, module) :: { :ok, t }
def reload(filterable, repo)
@doc """
"""
@spec reload!(t, module) :: t
def reload!(filterable, repo)
end