Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Middleware ¶
Middleware is a struct that contains all the middleware functions
func NewMiddleware ¶
func NewMiddleware(app *fiber.App, cfg *config.Config) *Middleware
func (*Middleware) Register ¶
func (m *Middleware) Register()
Register registers all the middleware functions
Click to show internal directories.
Click to hide internal directories.