Versions in this module Expand all Collapse all v1 v1.0.7 Jun 9, 2015 v1.0.6 Apr 21, 2015 Changes in this version type UnresolvedNode + Path []string v1.0.5 Apr 13, 2015 Changes in this version + func Cascade(template yaml.Node, templates ...yaml.Node) (yaml.Node, error) + func Flow(source yaml.Node, stubs ...yaml.Node) (yaml.Node, error) + type Environment struct + Path []string + Scope Scope + Stubs []yaml.Node + func (e Environment) FindFromRoot(path []string) (yaml.Node, bool) + func (e Environment) FindInStubs(path []string) (yaml.Node, bool) + func (e Environment) FindReference(path []string) (yaml.Node, bool) + func (e Environment) WithPath(step string) Environment + func (e Environment) WithScope(step map[string]yaml.Node) Environment + type Scope []map[string]yaml.Node + type UnresolvedNode struct + Context []string + type UnresolvedNodes struct + Nodes []UnresolvedNode + func (e UnresolvedNodes) Error() string