Documentation ¶
Index ¶
- Constants
- func GetEnvOrExit(variable string) string
- func GetEnvSensitive(variable string) string
- func GetEnvSensitiveOrExit(variable string) string
- func GetEnvWithDefault(variable, defaultValue string) string
- func GetEnvWithDefaultBool(key string, defaultValue bool) bool
- func GetEnvWithDefaultInt(key string, defaultValue int) int
Constants ¶
View Source
const ( KeyDomain = "TUFIN_DOMAIN" KeyProject = "TUFIN_PROJECT" KeyAPIKey = "TUFIN_API_KEY" KeyURL = "TUFIN_URL" KeyServiceName = "TUFIN_SERVICE_NAME" KeyEnable = "TUFIN_ENABLE" )
Variables ¶
This section is empty.
Functions ¶
func GetEnvOrExit ¶
func GetEnvSensitive ¶
func GetEnvSensitiveOrExit ¶
func GetEnvWithDefault ¶
func GetEnvWithDefaultBool ¶ added in v0.0.10
func GetEnvWithDefaultInt ¶ added in v0.0.10
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.