Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ALERT_CHANNELS = "ALERT_CHANNELS"
View Source
var ALERT_HTTP string = "http"
ALERT CHANNELS
View Source
var APP_NAME string = "APP_NAME"
View Source
var AVAILABLE_CHANNELS = []string{ALERT_HTTP}
View Source
var CA_CERT_FILE string = "/ca-cert.pem"
SSL File Names
View Source
var CLIENT_CERT_FILE string = "/client-cert.pem"
View Source
var CLIENT_KEY_FILE string = "/client-key.pem"
View Source
var DB_HOST string = "DB_HOST"
View Source
var DB_NAME string = "DB_NAME"
View Source
var DB_PASS string = "DB_PASS"
View Source
var DB_PORT string = "DB_PORT"
View Source
var DB_PROTOCOL string = "DB_PROTOCOL"
View Source
var DB_SSLMode string = "DB_SSLMode"
EnvNames
View Source
var DB_SSL_PASS string = "DB_SSL_PASS"
View Source
var DB_USER string = "DB_USER"
View Source
var DISABLE_SSL = "disable"
SSL Modes
View Source
var MAX_JOBS string = "MAX_JOBS"
View Source
var POLL_INTERVAL_SECONDS string = "POLL_INTERVAL_SECONDS"
View Source
var ProdRuokEnvironment = "production"
PROD_ENVIRONMENT
View Source
var REQUIRE_SSL = "require"
View Source
var RUOK_ENVIRONMENT = "RUOK_ENVIRONMENT"
View Source
var STORAGE_KIND string = "STORAGE_KIND"
Functions ¶
func AlertChannels ¶
func AlertChannels() []string
func ParsePollInterval ¶
func PollingInterval ¶
Types ¶
type Configs ¶
Click to show internal directories.
Click to hide internal directories.