Versions in this module Expand all Collapse all v0 v0.1.1 Jul 24, 2026 v0.1.0 Jul 23, 2026 Changes in this version + const DefaultConfigKeyName + type Config interface + Bool func(key string) bool + BoolMap func(key string) map[string]bool + Bools func(key string) []bool + Duration func(key string) time.Duration + Float64 func(key string) float64 + Float64Map func(key string) map[string]float64 + Float64s func(key string) []float64 + Int func(key string) int + Int64 func(key string) int64 + Int64Map func(key string) map[string]int64 + Int64s func(key string) []int64 + IntMap func(key string) map[string]int + Ints func(key string) []int + String func(key string) string + StringMap func(key string) map[string]string + Strings func(key string) []string + func LoadConfig(f *pflag.FlagSet, opts ...Option) (Config, error) + type Option func(*options) + func WithConfigKeyName(key string) Option + func WithEnvPrefix(prefix string) Option + func WithoutConfigurationFile() Option