Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluateOpts ¶ added in v0.0.87
type EvaluateOpts struct {
ExpectAllKeys bool
}
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
func NewTemplate ¶
func NewTemplate(bytes []byte) Template
type VarKV ¶
type VarKV struct {
Name string
Value interface{}
}
func (*VarKV) UnmarshalFlag ¶
func (a *VarKV) UnmarshalFlag(data string) error
type VarsFileArg ¶
type VarsFileArg struct {
FS boshsys.FileSystem
Vars Variables
}
func (*VarsFileArg) UnmarshalFlag ¶
func (a *VarsFileArg) UnmarshalFlag(filePath string) error
Click to show internal directories.
Click to hide internal directories.