Files
epic-ent/internal/domain/dto/health.go

6 lines
70 B
Go

package dto
type HealthRequest struct {
Ping string `json:"ping"`
}