Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RegisterProvider ¶
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 ¶
func GetProvider ¶
func GetProvider(name string) (NamedProvider, error)
type Provider ¶
func NewEnvProvider ¶ added in v0.6.0
func NewEnvProvider(opts ...EnvIdentOption) Provider
Click to show internal directories.
Click to hide internal directories.