api-entities/common/dto/health.go

6 lines
81 B
Go
Raw Permalink Normal View History

2024-12-06 13:24:56 +01:00
package common
type HealthResponseDTO struct {
Status string `json:"status"`
}