Categorygithub.com/fainc/gfe
repository
0.0.8
Repository: https://github.com/fainc/gfe.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

GoFrame V2 Extension

拓展中间件:

类别模块使用方法说明
全局前置中间件CORSmiddleware.CORSDefaultRegister默认的CORS跨域配置
全局前置中间件Langmiddleware.MultiLangRegister多语言,指定默认语言,从请求头读取语言
全局后置中间件Loggermiddleware.Logger(options).Register业务、错误日志(主要解决框架业务错误和系统错误没有区分开的问题)
全局后置中间件Responsemiddleware.Response(defaultMime).Register规范路由自适应数据输出,支持JSON、XML、HTML和Custom 自定义
业务中间件Jwtmiddleware.Jwt(jwtIns).Register通过规范路由自动验证Token,支持声明免验、Redis吊销验证
实例Jwtins.NewJwt(cgf)支持 Validate / ParseRaw / Publish / IsRevoked / Revoke
HelperCtxUserhelper.CtxUser()支持 请求上下文 Get / Set 用户信息
ResponseResponseresponse.StandError(ctx,msg,detail...) ...内置错误封装等返回信息定义