bottin/responses/health.go

7 lines
135 B
Go
Raw Normal View History

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