api-entities/http/health.go
2022-12-18 21:10:32 +01:00

6 lines
86 B
Go

package http
type HealthResponse struct {
Status string `json:"status,omitempty"`
}