AshTui.Introspection.DomainInfo (AshTui v0.3.1)

Copy Markdown View Source

Holds introspection data for a single Ash domain.

Fields

  • :name - the domain module atom (e.g. MyApp.Accounts)
  • :resources - list of %AshTui.Introspection.ResourceInfo{} structs

Summary

Types

t()

@type t() :: %AshTui.Introspection.DomainInfo{
  name: atom(),
  resources: [AshTui.Introspection.ResourceInfo.t()]
}