1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-16 18:54:43 +08:00
1Panel/backend/constant/runtime.go
2023-04-06 10:38:14 +08:00

11 lines
195 B
Go

package constant
const (
ResourceLocal = "Local"
ResourceAppstore = "Appstore"
RuntimeNormal = "Normal"
RuntimeBuildSuccess = "BuildSuccess"
RuntimeBuildFailed = "BuildFailed"
)