ArchAstro. Types. InstallationKind
(archastro v0.2.0)
Copy Markdown
A supported installation kind describing a category of external service or enablement channel an agent can be connected to.
Summary
Types
@type t() :: %ArchAstro.Types.InstallationKind{ accepts_sources: boolean() | ArchAstro.Unset.t(), category: String.t() | ArchAstro.Unset.t(), config_schema: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), description: String.t() | ArchAstro.Unset.t(), kind: String.t(), label: String.t() | ArchAstro.Unset.t(), provider: String.t() | ArchAstro.Unset.t(), requires_integration: boolean() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()