Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValidateForExecution ¶
type ValidateForExecution func() bool
type Validator ¶
type Validator interface {
GetTemplateValidator(name Name, ctx interface{}) (ValidateForExecution, bool)
}
Validator is a behavior that the templates context and addons must implement to validate their execution.
Click to show internal directories.
Click to hide internal directories.