api-entities/common/dto/health.go

6 lines
78 B
Go
Raw Normal View History

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