Current section

Files

Jump to
ash_authentication lib ash_authentication audit_log_resource info.ex
Raw

lib/ash_authentication/audit_log_resource/info.ex

# SPDX-FileCopyrightText: 2022 Alembic Pty Ltd
#
# SPDX-License-Identifier: MIT
defmodule AshAuthentication.AuditLogResource.Info do
@moduledoc """
Introspection functions for the `AshAuthentication.AuditLogResource` Ash extension.
"""
use Spark.InfoGenerator, extension: AshAuthentication.AuditLogResource, sections: [:audit_log]
end