1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 22:18:07 +08:00
1Panel/core/constant/status.go
2024-07-29 14:13:47 +08:00

10 lines
142 B
Go

package constant
const (
StatusSuccess = "Success"
StatusFailed = "Failed"
StatusHealthy = "Healthy"
StatusUnhealthy = "Unhealthy"
)