Files
Jeffrey Duroyon 33db360b03 init
2023-10-18 19:52:34 +02:00

9 lines
139 B
Go

package health
// Health struct
// @openapi:schema
type Health struct {
Alive bool `json:"alive"`
Version string `json:"version"`
}