AshDiagram.C4.Boundary (AshDiagram v0.2.1)

View Source

Represents a boundary in a C4 diagram.

Summary

Types

t()

@type t() :: %AshDiagram.C4.Boundary{
  alias: iodata(),
  entries: [AshDiagram.C4.entry(), ...],
  label: iodata(),
  link: iodata() | nil,
  tags: AshDiagram.C4.tags() | nil,
  type: type()
}

type()

@type type() ::
  :component_boundary | :container_boundary | :system_boundary | :boundary