initial commit
This commit is contained in:
9
pkg/health/const.go
Normal file
9
pkg/health/const.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package health
|
||||
|
||||
type Status string
|
||||
|
||||
const (
|
||||
StatusHealthy Status = "healthy"
|
||||
StatusUnhealthy Status = "unhealthy"
|
||||
StatusDegraded Status = "degraded"
|
||||
)
|
||||
Reference in New Issue
Block a user