Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderContext ¶
RenderContext carries the data required to substitute template placeholders.
type RenderedPlanSections ¶
type RenderedPlanSections struct {
Preflight []ovrs.Check
Steps []ovrs.Step
Validation []ovrs.Check
}
RenderedPlanSections contains rendered template sections.
func RenderTemplateSections ¶
func RenderTemplateSections(t *ovrs.Template, ctx RenderContext) (RenderedPlanSections, []error)
RenderTemplateSections applies placeholder substitution to template sections.
Click to show internal directories.
Click to hide internal directories.