Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Help ¶
type Help struct {
// A short description of what the plugin does
Description string
// Examples/Snippets of how this plugin can be used
Snippets []string
Types []TypeMapping
}
Help - a set of available documentation fields
type PluginParserResult ¶ added in v0.3.0
type PluginParserResult struct {
Conditions kombustionTypes.TemplateObject
Metadata kombustionTypes.TemplateObject
Mappings kombustionTypes.TemplateObject
Outputs kombustionTypes.TemplateObject
Parameters kombustionTypes.TemplateObject
Resources kombustionTypes.TemplateObject
Transform kombustionTypes.TemplateObject
Errors []error
}
PluginParserResult 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.