AshAutoCodeInterface.Info (ash_auto_code_interface v0.1.0)

View Source

Summary

Functions

Actions to exclude from code_interface generation

Actions to exclude from code_interface generation

auto_code_interface DSL options

Functions

auto_code_interface_except(dsl_or_extended)

@spec auto_code_interface_except(dsl_or_extended :: module() | map()) ::
  {:ok, [atom()]} | :error

Actions to exclude from code_interface generation

auto_code_interface_except!(dsl_or_extended)

@spec auto_code_interface_except!(dsl_or_extended :: module() | map()) ::
  [atom()] | no_return()

Actions to exclude from code_interface generation

auto_code_interface_options(dsl_or_extended)

@spec auto_code_interface_options(dsl_or_extended :: module() | map()) :: %{
  required(atom()) => any()
}

auto_code_interface DSL options

Returns a map containing the and any configured or default values.