ArchAstro. Types. RoutinePreset
(archastro v0.2.0)
Copy Markdown
A named preset that defines the execution model and constraints for a routine. Presets are shared definitions; individual routines reference a preset by name.
Summary
Types
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()