Versions in this module Expand all Collapse all v1 v1.0.0 Jun 27, 2026 Changes in this version + func Load[T any](opts ...Option) (*T, error) + type Option func(*options) + func WithEnvPrefix(p string) Option + type ParseError = envmap.ParseError + type Secret struct + func (s *Secret[T]) IsSensitive() bool + func (s *Secret[T]) UnmarshalText(text []byte) error + func (s Secret[T]) LogValue() slog.Value + func (s Secret[T]) String() string + func (s Secret[T]) Unmask() T + type UnsupportedTypeError = envmap.UnsupportedTypeError