package responses // GetHealth is the response type for handlers.GetHealth type GetHealth struct { Message string `json:"message"` }