Versions in this module Expand all Collapse all v0 v0.1.0 Oct 14, 2023 Changes in this version + const Dir + const Pkg + var UnexpectedErrTryingEnvOverwrite = errors.New("unexpected error trying to overwrite config with env variables") + func C(c any, opts ...Option) error + func ToEnv(opts ...Option) error + type Option func(*Options) + func DisableEnvOverwrite() Option + func From(filename string) Option + func FromDir(dir string) Option + func Validate(v *validator.Validate) Option + func WithFileExt(ext string) Option + type Options struct