api-entities/http/health.go

6 lines
86 B
Go
Raw Normal View History

2022-12-18 20:51:26 +01:00
package http
type HealthResponse struct {
Status string `json:"status,omitempty"`
}