Files
browser/platform/dto/health.go
T
2026-07-11 14:56:10 +08:00

9 lines
172 B
Go

package dto
type HealthResponse struct {
Service string `json:"service"`
Status string `json:"status"`
Version string `json:"version"`
Time string `json:"time"`
}