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 *controller.Auth
Users *controller.Users
Highlights *controller.Highlights
Cover func(c *fiber.Ctx) error
Send func(c *fiber.Ctx) error
Download func(c *fiber.Ctx) error
Read func(c *fiber.Ctx) error
Document func(c *fiber.Ctx) error
Delete func(c *fiber.Ctx) error
Search func(c *fiber.Ctx) error
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.