Current section

Files

Jump to
ash_outstanding lib resource resource.ex
Raw

lib/resource/resource.ex

# SPDX-FileCopyrightText: 2025 ash_outstanding contributors <https://github.com/diffo-dev/ash_outstanding/graphs.contributors>
#
# SPDX-License-Identifier: MIT
defmodule AshOutstanding.Resource do
@moduledoc """
`Ash.Resource` extension for implementing `Outstanding` protocol.
"""
use Spark.Dsl.Extension,
sections: [AshOutstanding.Extension.section(Ash.Resource)],
transformers: [AshOutstanding.Resource.Transformer]
end