Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controllers ¶ added in v3.1.1
type Controllers struct {
Auth *auth.Controller
Users *user.Controller
Highlights *highlight.Controller
Documents *document.Controller
AllowIfNotLoggedInMiddleware func(c *fiber.Ctx) error
AlwaysRequireAuthenticationMiddleware func(c *fiber.Ctx) error
ConfigurableAuthenticationMiddleware func(c *fiber.Ctx) error
ErrorHandler func(c *fiber.Ctx, err error) error
}
func SetupControllers ¶ added in v3.1.1
Click to show internal directories.
Click to hide internal directories.