refactor: Remove unused file

This commit is contained in:
TwiN 2022-09-01 20:32:04 -04:00
parent daf8e3a16f
commit c84ae1cd55

View File

@ -1,11 +0,0 @@
package core
// HealthStatus is the status of Gatus
type HealthStatus struct {
// Status is the state of Gatus (UP/DOWN)
Status string `json:"status"`
// Message is an accompanying description of why the status is as reported.
// If the Status is UP, no message will be provided
Message string `json:"message,omitempty"`
}