Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type EnvironmentState ¶
type EnvironmentState struct { Name string `yaml:"name"` YamlKeys map[string]string `yaml:"yamlKeys,flow"` }
func (*EnvironmentState) UpdateKeys ¶
func (e *EnvironmentState) UpdateKeys(keys map[string]string) bool
Updates current State tags to new given tags. If a new tag isn't in the current State graph, it adds it
Click to show internal directories.
Click to hide internal directories.