Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
Types ¶
type Config ¶
type Config map[string]ConfigEntry
type ConfigEntry ¶
type ConfigEntry struct {
Description string
Values []EnvironmentValues
}
type EnvironmentValues ¶
type Secret ¶
type Secret struct {
Type string `yaml:"type"`
RawConfig json.RawMessage
}
func (Secret) MarshalYAML ¶
func (*Secret) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.