Current section
Files
Jump to
Current section
Files
lib/behaviors/repo.ex
defmodule Manganese.EntityKit.Macros.Repo do
alias Manganese.CoreKit
@callback reload_entity(atom, term) :: { :ok, term }
@callback reload_entity!(atom, term) :: term
end