1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-02 03:54:14 +08:00

12 lines
214 B
Go
Raw Normal View History

package constant
const (
StatusRunning = "Running"
StatusStoped = "Stoped"
StatusWaiting = "Waiting"
StatusSuccess = "Success"
StatusFailed = "Failed"
StatusEnable = "Enable"
StatusDisable = "Disable"
)