package
Version:
v0.0.0-...-7b43bce
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ENV_PRODUCTION = "PRODUCTION"
ENV_DEVELOP = "DEVELOP"
ENV_TEST = "TEST"
ENV_OVERSEAS = "OVERSEAS"
ENV_OVERSEAS_TEST = "OVERSEAS_TEST"
ENV_KEY = "ENV_GAME"
)
func IsCNProductionEnv() bool
是否是国内生产环境
func IsJustTestEnv() bool
非线上环境
func IsOverseasEnv() bool
是否是海外
func IsOverseasTestEnv() bool
是否是海外测试
func IsProductionEnv() bool
是否是生产环境,包括国内国外
指定一个环境变量值,指定后系统变更时需要重启应用才会使用新的环境变量,
不会影响系统环境变量
Source Files
¶
Click to show internal directories.
Click to hide internal directories.