Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Routes ¶
type Routes struct {
// contains filtered or unexported fields
}
func NewRoutes ¶
func NewRoutes( appHandlers handlers.App, dashboardHandlers handlers.Dashboard, authHandlers handlers.Authentication, registrationHandlers handlers.Registration, apiHandlers handlers.Api, baseHandlers handlers.Base, mw middleware.Middleware, cfg config.Config, ) *Routes
func (*Routes) SetupRoutes ¶
func (r *Routes) SetupRoutes() *echo.Echo
Click to show internal directories.
Click to hide internal directories.