ArchAstro. Types. SolutionDiffReference
(archastro v0.2.0)
Copy Markdown
A reference from another config to an orphaned entry in a solution upgrade diff, explaining why the orphan cannot be safely removed.
Summary
Types
@type t() :: %ArchAstro.Types.SolutionDiffReference{ id: String.t(), kind: String.t(), lookup_key: String.t() | ArchAstro.Unset.t(), reason: String.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()