Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeployEnvDev = "dev" DeployEnvPre = "pre" DeployEnvOnline = "online" )
env configuration.
Variables ¶
View Source
var ( // Hostname machine hostname. Hostname string // AppID is global unique application id, register by service tree. // such as main.arch.disocvery. AppID string // DeployEnv deploy env where app at. DeployEnv string // Color is the identification of different experimental group in one caster cluster. Color string // DiscoveryNodes is seed nodes. DiscoveryNodes string // Region available region where app at. Region string // Zone available zone where app at. Zone string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.