Documentation ¶
Index ¶
Constants ¶
View Source
const ( Env = "env" File = "file" )
Variables ¶
View Source
var ( EnvRegexp = regexp.MustCompile(`{(.*?)}`) RelativePathRegexp = regexp.MustCompile(`^\.{1,}\/`) )
Functions ¶
Types ¶
type Mapper ¶
type Mapper struct {
// contains filtered or unexported fields
}
func (*Mapper) MapDynamicValuesAndPaths ¶ added in v0.26.0
func (*Mapper) MapEnvironmentVars ¶
Click to show internal directories.
Click to hide internal directories.