Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleTimeOutFunc ¶
Types ¶
type AuthMiddleware ¶
type AuthMiddleware struct {
// contains filtered or unexported fields
}
func NewAuthMiddleware ¶
func NewAuthMiddleware(ctx context.Context) *AuthMiddleware
func (*AuthMiddleware) UserAuthMiddlewareHandler ¶
func (mw *AuthMiddleware) UserAuthMiddlewareHandler(ctx *fiber.Ctx) error
type OperationContext ¶
type OperationContext struct{}
func NewOperationContext ¶
func NewOperationContext() OperationContext
func (*OperationContext) LivenessAndHealthCheck ¶
func (*OperationContext) LivenessAndHealthCheck(app *fiber.App)
func (*OperationContext) SetXRequestIDContext ¶
func (*OperationContext) SetXRequestIDContext(app *fiber.App)
Click to show internal directories.
Click to hide internal directories.