Documentation ¶
Overview ¶
Package env get env & app config, all the public field must after init() finished and flag.Parse().
Index ¶
Constants ¶
View Source
const ( DeployEnvDev = "dev" DeployEnvFat = "fat" DeployEnvUat = "uat" DeployEnvPre = "pre" DeployEnvProd = "prod" )
deploy env.
Variables ¶
View Source
var ( // Region avaliable region where app at. Region string // Zone avaliable zone where app at. Zone string // Hostname machine hostname. Hostname string // DeployEnv deploy env where app at. DeployEnv string // AppID is global unique application id, register by service tree. // such as main.arch.disocvery. AppID string // Color is the identification of different experimental group in one caster cluster. Color string // DiscoveryNodes is seed nodes. DiscoveryNodes string )
env configuration.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.