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