package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 16, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package dashenv
预定义环境变量管理工具
Predefined environment variable management tools
View Source
const (
Dev = "dev"
Test = "test"
Release = "release"
Prod = "prod"
)
Init @Editor robotyang at 2023
Init 使用自定义 环境变量key 进行初始化 ¶
IsDev @Editor robotyang at 2023
IsDev 当前是否 开发环境 ¶
IsProd @Editor robotyang at 2023
IsProd 当前是否 生产环境 ¶
IsRelease @Editor robotyang at 2023
IsRelease 当前是否 预发布环境 ¶
IsTest @Editor robotyang at 2023
IsTest 当前是否 测试环境 ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.