1Panel/backend/constant/app.go

14 lines
189 B
Go
Raw Normal View History

package constant
const (
Running = "Running"
Warning = "Warning"
Error = "Error"
Stopped = "Stopped"
Installing = "Installing"
)
const (
ContainerPrefix = "1Panel-"
)