Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware struct {
// contains filtered or unexported fields
}
Middleware is the struct pool for the user domain middleware
func NewMiddleware ¶
func NewMiddleware(ctx context.AppContext) *Middleware
NewAuthMiddleware is the constructor for the user domain middleware
func (*Middleware) Protected ¶
func (h *Middleware) Protected() fiber.Handler
Protected protect routes
Click to show internal directories.
Click to hide internal directories.