Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntriesByKey ¶
type EntriesByKey []EnvEntry
func (EntriesByKey) Len ¶
func (a EntriesByKey) Len() int
func (EntriesByKey) Less ¶
func (a EntriesByKey) Less(i, j int) bool
func (EntriesByKey) Swap ¶
func (a EntriesByKey) Swap(i, j int)
type EnvEntryLookup ¶
type EnvEntryLookup struct {
Entries []EnvEntry
}
func (*EnvEntryLookup) EnvBy ¶
func (e *EnvEntryLookup) EnvBy(key, provider, path, dflt string) string
func (*EnvEntryLookup) EnvByKey ¶
func (e *EnvEntryLookup) EnvByKey(key, dflt string) string
func (*EnvEntryLookup) EnvByKeyAndProvider ¶
func (e *EnvEntryLookup) EnvByKeyAndProvider(key, provider, dflt string) string
type KeyPath ¶
type KeyPath struct {
Env string `yaml:"env,omitempty"`
Path string `yaml:"path"`
Field string `yaml:"field,omitempty"`
Remap map[string]string `yaml:"remap,omitempty"`
Decrypt bool `yaml:"decrypt,omitempty"`
Optional bool `yaml:"optional,omitempty"`
}
func (*KeyPath) SwitchPath ¶
type Populate ¶
type Populate struct {
// contains filtered or unexported fields
}
func NewPopulate ¶
func (*Populate) FindAndReplace ¶
Click to show internal directories.
Click to hide internal directories.