Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expander ¶
type Expander struct {
// contains filtered or unexported fields
}
Expander holds the state of the goyamp engine. It is not a singleton type, have as many as you want.
func NewExpander ¶
func NewExpander(commandArgs []string, environment []string, ow io.Writer, format Syntax, version string) Expander
NewExpander creates a Goyamp macro expansion engine.
func (*Expander) ExpandFile ¶
ExpandFile reads a file of YAML given a path
Click to show internal directories.
Click to hide internal directories.