Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct { Name string Values map[string]interface{} Defaults map[string]interface{} }
var EmptyEnvironment Environment
func (Environment) DeepCopy ¶
func (e Environment) DeepCopy() Environment
func (*Environment) GetMergedValues ¶
func (e *Environment) GetMergedValues() (map[string]interface{}, error)
func (*Environment) Merge ¶
func (e *Environment) Merge(other *Environment) (*Environment, error)
Click to show internal directories.
Click to hide internal directories.