Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type EnvIdentOption ¶ added in v0.6.0
type EnvIdentOption func(*EnvIdentOptions)
func WithVariableName ¶ added in v0.6.0
func WithVariableName(name string) EnvIdentOption
type EnvIdentOptions ¶ added in v0.6.0
type EnvIdentOptions struct {
// contains filtered or unexported fields
}
type NamedProvider ¶
type Provider ¶
func NewEnvProvider ¶ added in v0.6.0
func NewEnvProvider(opts ...EnvIdentOption) Provider
type ProviderBuilder ¶ added in v0.11.0
func GetProviderBuilder ¶ added in v0.11.0
func GetProviderBuilder(name string) (ProviderBuilder, error)
Click to show internal directories.
Click to hide internal directories.