computer-host/contract/health.go

5 lines
66 B
Go

package host
type HealthResponse struct {
OK bool `json:"ok"`
}