@@ -0,0 +1,9 @@
package consts
type Env uint
const (
EnvNone Env = 0 // 忽略
EnvTest Env = 1 // 测试环境
EnvProduction Env = 2 // 生产环境
)
The note is not visible to the blocked user.