Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2026 Changes in this version + func IsDevelopment() bool + func IsDevelopmentOrTesting() bool + func IsProduction() bool + func IsTesting() bool + func ParseEnvDuration(key string) (time.Duration, bool) + func ParseEnvInt(key string) (int, bool) + func StrictIdentityMode() bool + type Environment string + const Development + const Production + const Testing + func Env() Environment + func ParseEnvironment(raw string) (env Environment, ok bool)