Documentation ¶ Index ¶ type EnvBool func (e EnvBool) ToBool() bool type EnvConfig func NewEnvConfig() EnvConfig func (e EnvConfig) GetEnv(key string) string func (e EnvConfig) GetEnvBool(key string) EnvBool func (e EnvConfig) GetEnvWithDefault(key string, default_ string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EnvBool ¶ type EnvBool string func (EnvBool) ToBool ¶ func (e EnvBool) ToBool() bool type EnvConfig ¶ type EnvConfig struct{} func NewEnvConfig ¶ func NewEnvConfig() EnvConfig func (EnvConfig) GetEnv ¶ func (e EnvConfig) GetEnv(key string) string func (EnvConfig) GetEnvBool ¶ func (e EnvConfig) GetEnvBool(key string) EnvBool func (EnvConfig) GetEnvWithDefault ¶ func (e EnvConfig) GetEnvWithDefault(key string, default_ string) string Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.