Versions in this module Expand all Collapse all v0 v0.4.0 Mar 31, 2024 v0.3.0 Mar 31, 2024 Changes in this version type Enviro + func (e *Enviro) MustParseEnv(config any) v0.2.0 Mar 31, 2024 Changes in this version + type Enviro struct + func New() *Enviro + func (e *Enviro) ParseEnv(config any) error + func (e *Enviro) ParseEnvWithPrefix(config any, prefix string) error + func (e *Enviro) SetEnvPrefix(prefix string) + type ParseField interface + ParseField func(value string) error