Versions in this module Expand all Collapse all v0 v0.1.0 Mar 14, 2026 Changes in this version + func MustProcess(prefix string, spec interface{}) + func Process(prefix string, spec interface{}) error + func Usage(prefix string, spec interface{}, out io.Writer) error + type Decoder interface + Decode func(value string) error + type ParseError struct + EnvVar string + Err error + FieldName string + TypeName string + Value string + func (e *ParseError) Error() string + func (e *ParseError) Unwrap() error + type RequiredError struct + EnvVar string + FieldName string + func (e *RequiredError) Error() string + type Setter interface + Set func(value string) error