Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerList ¶
type HandlerList struct {
PageHandler handlers.PageHandler
ApiHandler handlers.ApiHandler
AuthHandler handlers.AuthHandler
PublicLinkHandler handlers.PublicLinkHandler
JwtConfig *middlewares.JWTConfig
}
func (*HandlerList) RoutesRegister ¶
func (hl *HandlerList) RoutesRegister(app *fiber.App)
Click to show internal directories.
Click to hide internal directories.