# Functions
No description provided by the author
Default 默认的fiber.app,已做好基本的参数配置.
No description provided by the author
NewAuthInterceptor 请求认证拦截器,验证请求是否需要认证,如果需要认证,则执行拦截器,否则继续执行 @param excludePaths []string 排除的路径,如果请求路径匹配这些路径,则不执行拦截器 @param itp func(c *fiber.Ctx) error 拦截器函数 @return fiber.Handler.
NewWrapper 创建App实例.
No description provided by the author
# Variables
No description provided by the author