Documentation ¶
Index ¶
- func GetEnvBool(envVar string, defaultValue bool) bool
- func GetEnvDuration(envVar string, defaultValue time.Duration) time.Duration
- func GetEnvInt64(envVar string, base int, bitSize int, defaultValue int64) int64
- func GetEnvString(envVar string, defaultValue string) string
- func GetEnvTime(envVar string, layout string, defaultValue time.Time) time.Time
- func GetEnvUInt64(envVar string, base int, bitSize int, defaultValue uint64) uint64
- func SafeParseInt(str string, base int, bitSize int, defaultValue int64) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvBool ¶
func GetEnvString ¶
func GetEnvUInt64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.