AshAuthentication.AddOn.AuditLog.Auditor (ash_authentication v4.13.3)
View SourceProvides common audit logging behaviour for Ash actions.
Summary
Types
@type input() :: Ash.ActionInput.t() | Ash.Changeset.t() | Ash.Query.t()
@type result() :: {:ok, Ash.Resource.record()} | {:ok, [Ash.Resource.record()]} | {:error, any()}