consul/structs: keep HealthUnknown around for backward compatibility

This commit is contained in:
Ryan Uber 2014-10-15 11:35:22 -07:00
parent ec63686416
commit cc0f80a4aa
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const (
// HealthAny is special, and is used as a wild card,
// not as a specific state.
HealthAny = "any"
HealthUnknown = "unknown"
HealthPassing = "passing"
HealthWarning = "warning"
HealthCritical = "critical"