mirror of
https://gitee.com/fit2cloud-feizhiyun/1Panel.git
synced 2024-12-05 05:19:08 +08:00
16 lines
248 B
Go
16 lines
248 B
Go
package constant
|
|
|
|
const (
|
|
ResourceLocal = "local"
|
|
ResourceAppstore = "appstore"
|
|
|
|
RuntimeNormal = "normal"
|
|
RuntimeError = "error"
|
|
RuntimeBuildIng = "building"
|
|
|
|
RuntimePHP = "php"
|
|
|
|
RuntimeProxyUnix = "unix"
|
|
RuntimeProxyTcp = "tcp"
|
|
)
|