template

package
v0.0.108 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

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
	PostVarSubstitutionOp patch.Op
	UnescapedMultiline    bool
}

type Template

type Template struct {
	// contains filtered or unexported fields
}

func NewTemplate

func NewTemplate(bytes []byte) Template

func (Template) Evaluate

func (t Template) Evaluate(vars Variables, op patch.Op, opts EvaluateOpts) ([]byte, error)

type VarKV

type VarKV struct {
	Name  string
	Value interface{}
}

func (*VarKV) UnmarshalFlag

func (a *VarKV) UnmarshalFlag(data string) error

type Variables

type Variables map[string]interface{}

func (Variables) Merge

func (v Variables) Merge(other Variables) Variables

type VarsEnvArg added in v0.0.101

type VarsEnvArg struct {
	Vars Variables

	EnvironFunc func() []string
}

func (*VarsEnvArg) UnmarshalFlag added in v0.0.101

func (a *VarsEnvArg) UnmarshalFlag(prefix string) error

type VarsFileArg

type VarsFileArg struct {
	FS boshsys.FileSystem

	Vars Variables
}

func (*VarsFileArg) UnmarshalFlag

func (a *VarsFileArg) UnmarshalFlag(filePath string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL