Versions in this module Expand all Collapse all v1 v1.1.0 Aug 13, 2024 Changes in this version type Field + EnvKey string v1.0.0 Aug 2, 2024 Changes in this version + var ErrInvalidStruct = errors.New("configuration must be a struct pointer") + func Parse(prefix string, cfg any) error + type Field struct + EnvKeys []string + Field reflect.Value + Name string + Options FieldOptions + type FieldError struct + func (err *FieldError) Error() string + type FieldOptions struct + DefaultVal string + EnvName string + Required bool + type Setter interface + Set func(value string) error