Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Help ¶
type Help struct {
// The name of the plugin
Name string
// A short description of what the plugin does
Description string
// Help information for all the types this pplugin provides
TypeMappings []TypeMapping
// Examples/Snippets of how this plugin can be used
Snippets []string
}
Help - a set of available documentation fields
type PluginResult ¶
type PluginResult struct {
Data kombustionTypes.TemplateObject
Errors []error
}
PluginResult result of a parserFunc
type TypeMapping ¶
TypeMapping - recursive list of types with its associated config object
Click to show internal directories.
Click to hide internal directories.