package
Version:
v0.0.0-...-fcd50c7
Opens a new window with list of versions in this module.
Published: Aug 21, 2024
License: MIT
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
¶
gmode 包为项目提供发布模式管理功能。
它使用字符串而非整数来标记模式,便于配置。
md5:716bfe2e364994bd
View Source
const (
NOT_SET = "not-set"
DEVELOP = "develop"
TESTING = "testing"
STAGING = "staging"
PRODUCT = "product"
)
IsDevelop 检查并返回当前应用是否正在运行在DEVELOP模式下。 md5:577f79eacdd2c47e
IsProduct 检查并返回当前应用程序是否正在PRODUCT模式下运行。 md5:cf7849a0659f26bb
IsStaging 检查并返回当前应用程序是否在 STAGING 模式下运行。 md5:99c92c19f9a8925f
IsTesting 检查并返回当前应用是否正在以测试模式运行。 md5:3411dababba12269
Mode 返回当前设置的应用模式。 md5:76410fdca2d2e6a9
SetDevelop 将当前应用的模式设置为 DEVELOP。 md5:7d10eaf834b69114
SetProduct 将当前应用设置为PRODUCT模式。 md5:e681c0b16f9b2bf0
SetStaging 将当前应用的模式设置为 STAGING。 md5:c8e3fac819c1d0b9
SetTesting 将当前应用程序的运行模式设置为测试模式。 md5:3e3ee802bec9b04e
X设置值 设置当前应用程序的模式。 md5:523a8be23f0521ca
Source Files
¶
Click to show internal directories.
Click to hide internal directories.