Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mandatory ¶ added in v1.4.0
type Mandatory struct {
// contains filtered or unexported fields
}
type Option ¶ added in v1.4.0
type Option func(l *Config)
func WithEnvPrefix ¶ added in v1.4.0
func WithExtraSource ¶ added in v1.4.0
func WithValidator ¶ added in v1.4.0
type Optional ¶ added in v1.4.0
type Optional struct {
// contains filtered or unexported fields
}
type YamlFileSource ¶ added in v1.4.0
type YamlFileSource struct {
// contains filtered or unexported fields
}
func NewYamlConfig ¶ added in v1.4.0
func NewYamlConfig(file string) YamlFileSource
Click to show internal directories.
Click to hide internal directories.