Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRequiredEnvOrFatal ¶
func GetRequiredEnvOrFatal(key string, logger *zap.SugaredLogger) string
GetRequiredEnvOrFatal tries to get the value of an environment variable. If the value is empty, it logs an error and calls os.Exit(1).
func MustParseIntEnvOrFatal ¶ added in v0.3.0
func MustParseIntEnvOrFatal(key string, logger *zap.SugaredLogger) int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.