Alva.Resource.Verifiers.VerifyActions (Alva v0.1.0)

Copy Markdown View Source

A Spark DSL verifier for Alva.Resource.

This verifier ensures that all events declared in the alva do ... end block point to valid, existing Ash actions. It specifically checks that:

  • The specified action exists.
  • The specified action is configured as public?(true).
  • The action's return type is not empty (warns if the DTO would be empty).

Summary

Functions

verify(dsl_state)

(since 0.1.0)

Callback implementation for Spark.Dsl.Verifier.verify/1.