Documentation ¶ Index ¶ type EnvConfig func NewEnvConfig() EnvConfig func (e EnvConfig) GetEnv(key string) string func (e EnvConfig) GetEnvBool(key string) bool 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 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) bool 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.