mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-02 19:44:55 +08:00
9 lines
142 B
Go
9 lines
142 B
Go
package constant
|
|
|
|
const (
|
|
StatusSuccess = "Success"
|
|
StatusFailed = "Failed"
|
|
|
|
StatusHealthy = "Healthy"
|
|
StatusUnhealthy = "Unhealthy"
|
|
)
|