Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootPath *echo.Group
Functions ¶
func NewHealthController ¶
func NewHealthController(cfg *config.Config) models.Controller
NewHealthController creates a new health controller
func RegisterRoutes ¶
func RegisterRoutes(cfg *config.Config, g *echo.Group, controller models.Controller)
RegisterRoutes registers all routes for the server
Types ¶
type HealthController ¶
type HealthController struct { *models.DefaultController // contains filtered or unexported fields }
func (*HealthController) GetRoutes ¶
func (c *HealthController) GetRoutes() models.Routes
GetRoutes returns the routes for the health controller
Click to show internal directories.
Click to hide internal directories.