View Source Ash.Resource.Actions.Implementation behaviour (ash v2.14.17)
An implementation of a generic action.
Summary
Types
Callbacks
@callback run(Ash.ActionInput.t(), opts :: Keyword.t(), context()) :: {:ok, term()} | {:ok, [Ash.Notifier.Notification.t()]} | {:error, term()}