Versions in this module Expand all Collapse all v1 v1.0.0 Feb 3, 2026 Changes in this version + func FromEnv() + func GetAppModeString() string + func IsAppModeDev() bool + func IsAppModeProd() bool + func IsDebugEnabled() bool + func SetAppMode(m string) + func SetDebugEnabled(enabled bool) + type AppMode int + const Development + const Production + func GetCurrentAppMode() AppMode + func (m AppMode) String() string