func NewHealthHandler()

in health.go [35:37]


func NewHealthHandler(db *gorm.DB) HealthHandler {
	return HealthHandler{db: db}
}