环境类

package
v0.0.0-...-fcd50c7 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

gmode 包为项目提供发布模式管理功能。

它使用字符串而非整数来标记模式,便于配置。 md5:716bfe2e364994bd

Index

Constants

View Source
const (
	NOT_SET = "not-set"
	DEVELOP = "develop"
	TESTING = "testing"
	STAGING = "staging"
	PRODUCT = "product"
)

Variables

This section is empty.

Functions

func IsDevelop

func IsDevelop() bool

IsDevelop 检查并返回当前应用是否正在运行在DEVELOP模式下。 md5:577f79eacdd2c47e

func IsProduct

func IsProduct() bool

IsProduct 检查并返回当前应用程序是否正在PRODUCT模式下运行。 md5:cf7849a0659f26bb

func IsStaging

func IsStaging() bool

IsStaging 检查并返回当前应用程序是否在 STAGING 模式下运行。 md5:99c92c19f9a8925f

func IsTesting

func IsTesting() bool

IsTesting 检查并返回当前应用是否正在以测试模式运行。 md5:3411dababba12269

func Mode

func Mode() string

Mode 返回当前设置的应用模式。 md5:76410fdca2d2e6a9

func SetDevelop

func SetDevelop()

SetDevelop 将当前应用的模式设置为 DEVELOP。 md5:7d10eaf834b69114

func SetProduct

func SetProduct()

SetProduct 将当前应用设置为PRODUCT模式。 md5:e681c0b16f9b2bf0

func SetStaging

func SetStaging()

SetStaging 将当前应用的模式设置为 STAGING。 md5:c8e3fac819c1d0b9

func SetTesting

func SetTesting()

SetTesting 将当前应用程序的运行模式设置为测试模式。 md5:3e3ee802bec9b04e

func X设置值

func X设置值(mode string)

X设置值 设置当前应用程序的模式。 md5:523a8be23f0521ca

Types

This section is empty.

Jump to

Keyboard shortcuts

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