1Panel/backend/constant/app.go
2022-10-08 15:03:29 +08:00

18 lines
252 B
Go

package constant
const (
Running = "Running"
UnHealthy = "UnHealthy"
Error = "Error"
Stopped = "Stopped"
Installing = "Installing"
)
const (
ContainerPrefix = "1Panel-"
)
const (
AppNormal = "Normal"
AppTakeDown = "TakeDown"
)