This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
Releases: KablamoOSS/kombustion
Releases · KablamoOSS/kombustion
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v.0.3.7
v0.3.5
v0.3.4
v0.3.2
v0.3.1
v0.3.0: Updated Plugin API
BREAKING CHANGE to the plugin api.
A parser function no returns all elements of a template.
func parser(
name string,
data string,
) (
conditions kombustionTypes.TemplateObject,
metadata kombustionTypes.TemplateObject,
mappings kombustionTypes.TemplateObject,
outputs kombustionTypes.TemplateObject,
parameters kombustionTypes.TemplateObject,
resources kombustionTypes.TemplateObject,
transform kombustionTypes.TemplateObject,
errors []error,
)