Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParametersVerifier ¶
type ParametersVerifier struct{}
ParametersVerifier checks that all parameters used in templates are defined checks that all defined parameters are used in templates
type ReferenceVerifier ¶
type ReferenceVerifier struct{}
ReferenceVerifier checks that all referenced templates exists (without errors) and warns if a template exists but isn't referenced in a plan
type RenderVerifier ¶ added in v0.11.0
type RenderVerifier struct{}
RenderVerifier checks that all templates are compilable and contain valid golang template syntax
Click to show internal directories.
Click to hide internal directories.