init
This commit is contained in:
8
internal/health/model.go
Normal file
8
internal/health/model.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package health
|
||||
|
||||
// Health struct
|
||||
// @openapi:schema
|
||||
type Health struct {
|
||||
Alive bool `json:"alive"`
|
||||
Version string `json:"version"`
|
||||
}
|
||||
Reference in New Issue
Block a user