Documentation ¶
Index ¶
- func AppendToTemplateSection(interfaceTemplateSection *interface{}, ...)
- func GetInitialTemplateStructure(config *eUtils.DriverConfig, templatePathSlice []string) ([]string, int, int)
- func Parse(config *eUtils.DriverConfig, cds *vcutils.ConfigDataStore, args []string, ...) error
- func ToSeed(config *eUtils.DriverConfig, mod *helperkv.Modifier, ...) (*interface{}, *map[string]map[string]map[string]string, ...)
- type TemplateResultData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendToTemplateSection ¶
func AppendToTemplateSection( interfaceTemplateSection *interface{}, valueSection *map[string]map[string]map[string]string, secretSection *map[string]map[string]map[string]string, templatePathSlice []string, templateDir int, templateDepth int, isSecret bool, name ...string)
AppendToTemplateSection Add parse line to template section
func GetInitialTemplateStructure ¶
func GetInitialTemplateStructure(config *eUtils.DriverConfig, templatePathSlice []string) ([]string, int, int)
GetInitialTemplateStructure Initializes the structure of the template section using the template directory path Input:
- A slice of the template file path delimited by "/"
Output:
- String(s) containing the structure of the template section
func Parse ¶
func Parse(config *eUtils.DriverConfig, cds *vcutils.ConfigDataStore, args []string, currentDir string, templatePathSlice []string, templateDir int, templateDepth int, service string, interfaceTemplateSection *interface{}, valueSection *map[string]map[string]map[string]string, secretSection *map[string]map[string]map[string]string, ) error
Parse Parses a .tmpl file line into .yml file line(s) Input:
- .tmlp file line
- The current template directory
Output:
- String(s) containing the .yml file subsections
func ToSeed ¶
func ToSeed(config *eUtils.DriverConfig, mod *helperkv.Modifier, cds *vcutils.ConfigDataStore, templatePath string, project string, service string, templateFromVault bool, interfaceTemplateSection *interface{}, valueSection *map[string]map[string]map[string]string, secretSection *map[string]map[string]map[string]string, ) (*interface{}, *map[string]map[string]map[string]string, *map[string]map[string]map[string]string, int, error)
ToSeed parses a <foo>.yml.tmpl file into a <foo>.yml file which then can be used for seeding vault Input:
- Directory location of .tmpl file
- Log file for logging support information
Output:
- Parsed string containing the .yml file
Types ¶
type TemplateResultData ¶
Click to show internal directories.
Click to hide internal directories.