1Panel/core/constant/status.go
ssongliu 865b6cba3f
Some checks failed
sync2gitee / repo-sync (push) Failing after -7m11s
feat: 增加节点切换
2024-07-29 14:13:47 +08:00

9 lines
142 B
Go

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