Documentation ¶
Overview ¶
Package template provides rendering for the configuration files and the extra functions for use by the golang templating engine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Environment ¶
Environment is a map of environment variables to their values
type Template ¶
type Template struct { Template *template.Template Env Environment }
Template encapsulates a golang template and its associated environment variables.
func NewTemplate ¶
NewTemplate creates a Template parsed from the configuration and the current environment variables
Click to show internal directories.
Click to hide internal directories.