AshOps.Info (ash_ops v0.2.3)

Auto-generated introspection for the AshOps extension.

Summary

Functions

Get a mix task by name.

Raising version of mix_task/2

mix_tasks DSL entities

Types

domain_or_dsl()

@type domain_or_dsl() :: module() | Spark.Dsl.t()

Functions

mix_task(domain, name)

@spec mix_task(domain_or_dsl(), atom()) :: {:ok, AshOps.entity()} | {:error, any()}

Get a mix task by name.

mix_task!(domain, name)

@spec mix_task!(domain_or_dsl(), atom()) :: AshOps.entity() | no_return()

Raising version of mix_task/2

mix_tasks(dsl_or_extended)

@spec mix_tasks(dsl_or_extended :: module() | map()) :: [struct()]

mix_tasks DSL entities