Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MiddlewareHandler ¶
type MiddlewareHandler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(db *db.DB) *MiddlewareHandler
func (*MiddlewareHandler) Auth ¶
func (h *MiddlewareHandler) Auth(path string) fiber.Handler
func (*MiddlewareHandler) ErrorHandler ¶
func (h *MiddlewareHandler) ErrorHandler() fiber.Handler
Click to show internal directories.
Click to hide internal directories.