Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiSourceValue ¶
type MultiSourceValue struct { // Env is the name of environment variable to read value from Env string `json:"env,omitempty"` // Path is the path to the file to read value from Path string `json:"path,omitempty"` // Value is the literal value Value string `json:"value,omitempty"` }
MultiSourceValue defines a type with multiple value sources
func (MultiSourceValue) IsEmpty ¶
func (v MultiSourceValue) IsEmpty() bool
IsEmpty determines if this multi-source value is empty
func (*MultiSourceValue) Set ¶
func (v *MultiSourceValue) Set(value string)
Set sets the literal value for the multi-source value
Click to show internal directories.
Click to hide internal directories.