Documentation
¶
Index ¶
Constants ¶
View Source
const BuildTimeFormat = "2006-01-02T15:04:05-0700"
View Source
const ExpandMaxIterations = 50
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Environment ¶
func Default ¶
func Default() (Environment, error)
func Merge ¶
func Merge(environments ...Environment) Environment
func New ¶
func New(values []string) Environment
func (Environment) ExpandSlice ¶
func (e Environment) ExpandSlice(templates []string) ([]string, error)
func (Environment) ExpandString ¶
func (e Environment) ExpandString(template string) (string, error)
func (Environment) Keys ¶
func (e Environment) Keys() []string
func (Environment) Serialize ¶
func (e Environment) Serialize() []string
Click to show internal directories.
Click to hide internal directories.