AshAuthentication.AddOn.AuditLog.Auditor (ash_authentication v4.13.3)

View Source

Provides common audit logging behaviour for Ash actions.

Summary

Types

input()

@type input() :: Ash.ActionInput.t() | Ash.Changeset.t() | Ash.Query.t()

result()

@type result() ::
  {:ok, Ash.Resource.record()}
  | {:ok, [Ash.Resource.record()]}
  | {:error, any()}