gmode
2 分钟阅读
原文:https://pkg.go.dev/github.com/gogf/gf/v2@v2.6.4/util/gmode
Package gmode provides release mode management for project.
软件包 gmode 为项目提供发布模式管理。
It uses string to mark the mode instead of integer, which is convenient for configuration.
它使用字符串而不是整数来标记模式,方便配置。
常量
|
|
变量
This section is empty.
函数
func IsDevelop
|
|
IsDevelop checks and returns whether current application is running in DEVELOP mode.
IsDevelop 检查并返回当前应用程序是否在 DEVELOP 模式下运行。
func IsProduct
|
|
IsProduct checks and returns whether current application is running in PRODUCT mode.
IsProduct 检查并返回当前应用程序是否在 PRODUCT 模式下运行。
func IsStaging
|
|
IsStaging checks and returns whether current application is running in STAGING mode.
IsStaging 检查并返回当前应用程序是否在暂存模式下运行。
func IsTesting
|
|
IsTesting checks and returns whether current application is running in TESTING mode.
IsTesting 检查并返回当前应用程序是否在 TESTING 模式下运行。
func Mode
|
|
Mode returns current application mode set.
Mode 返回当前应用程序模式集。
func Set
|
|
Set sets the mode for current application.
Set 设置当前应用程序的模式。
func SetDevelop
|
|
SetDevelop sets current mode DEVELOP for current application.
SetDevelop 为当前应用程序设置当前模式 DEVELOP。
func SetProduct
|
|
SetProduct sets current mode PRODUCT for current application.
SetProduct 为当前应用程序设置当前模式 PRODUCT。
func SetStaging
|
|
SetStaging sets current mode STAGING for current application.
SetStaging 为当前应用程序设置当前模式 STAGING。
func SetTesting
|
|
SetTesting sets current mode TESTING for current application.
SetTesting 为当前应用程序设置当前模式 TESTING。
类型
This section is empty.