Clarity.Vertex.Spark.Entity (Clarity v0.5.1)

Copy Markdown View Source

Vertex implementation for Spark DSL entities.

Represents a configured entity within a Spark DSL section. For example, an individual attribute in the [:attributes] section of an Ash Resource.

Summary

Types

t()

@type t() :: %Clarity.Vertex.Spark.Entity{
  entity: struct(),
  module: module(),
  path: [atom()]
}