mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-25 15:24:17 +08:00
13 lines
189 B
Go
13 lines
189 B
Go
package constant
|
|
|
|
const (
|
|
Running = "Running"
|
|
Warning = "Warning"
|
|
Error = "Error"
|
|
Stopped = "Stopped"
|
|
Installing = "Installing"
|
|
)
|
|
|
|
const (
|
|
ContainerPrefix = "1Panel-"
|
|
)
|