consts

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: MulanPSL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DevBasePathKey 开发环境项目根目录,ide或系统上设置环境变量并制定目录 如:export DEVBASEPATH=/project/golibs
	DevBasePathKey string = "DEVBASEPATH"

	// EnvProduct 生产环境
	EnvProduct string = "prod"

	// EnvPre 灰度环境
	EnvPre string = "pre"

	// EnvUat 用户验证环境
	EnvUat string = "uat"

	// EnvTest 测试环境
	EnvTest string = "test"

	// EnvDev 开发环境
	EnvDev string = "dev"

	// TypeRedis 单机模式
	TypeRedis string = "redis"

	// TypeRedisCluster 集群模式
	TypeRedisCluster string = "redis_cluster"
)

Variables

This section is empty.

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