env

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

README

env

import "github.com/ccheers/xpkg/conf/env"

Package env get env & app config, all the public field must after init() finished and flag.Parse().

Index

Constants

deploy env.

const (
    DeployEnvDev  = "dev"
    DeployEnvFat  = "fat"
    DeployEnvUat  = "uat"
    DeployEnvPre  = "pre"
    DeployEnvProd = "prod"
)

Variables

env configuration.

var (
    // Region available region where app at.
    Region string
    // Zone available 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
)

Generated by gomarkdoc

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 available region where app at.
	Region string
	// Zone available 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL