Documentation
¶
Overview ¶
Package templates contains a template manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { // Facts are information about the local system. Facts facts.Facts // Data is any data provided via vars/default.yaml or --data. Data map[string]interface{} // Secrets are age-encrypted secret data files. Secrets map[string][]byte // Dest is the path to the current destination file. Dest string // DestIdx is the index of the current destination file, according to the // argument order. DestIdx int }
Data is the template data struct used in all template operators.
Click to show internal directories.
Click to hide internal directories.