Skip to main content

Module middleware

Module middleware 

Source
Expand description

中间件模块

对应 TypeScript 版本的 middleware/

Structs§

AdminInfo
Admin 用户信息(存储在 Depot 中)
AppUserInfo
App 用户信息(存储在 Depot 中)
AuthorityConfig
权限中间件配置
AuthorityMiddleware
权限中间件
ErrorResponse
错误响应结构
ExceptionFilter
异常过滤器中间件
JwtClaims
JWT Claims
RequestLogMiddleware
请求日志中间件

Traits§

DepotAppUserExt
从 Depot 获取 App 用户信息的扩展方法
DepotExt
从 Depot 获取 Admin 信息的扩展方法

Functions§

authority
创建权限中间件
exception_filter
创建异常过滤器中间件
handle_error
错误处理辅助函数
request_log
创建请求日志中间件