package
module
Version:
v0.0.0-...-5f34eba
Opens a new window with list of versions in this module.
Published: Aug 11, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Input struct {
ProjectFolder string `md:"ProjectFolder"`
ApplicationName string `md:"ApplicationName"`
ApplicationPipelineDescriptor map[string]interface{} `md:"AirDescriptor"`
ServiceType string `md:"ServiceType"`
PropertyPrefix string `md:"PropertyPrefix"`
Variable map[string]interface{} `md:"Variables"`
}
type Output struct {
Descriptor map[string]interface{} `md:"Descriptor"`
PropertyNameDef map[string]interface{} `md:"PropertyNameDef"`
Runner string `md:"Runner"`
Variable map[string]interface{} `md:"Variables"`
}
type Settings struct {
TemplateFolder string `md:"TemplateFolder"`
LeftToken string `md:"leftToken"`
RightToken string `md:"rightToken"`
VariablesDef string `md:"variablesDef"`
Properties string `md:"Properties"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.