package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Aug 30, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package middleware 业务中间件:与具体服务强相关,留在业务层。
中间件函数名由反射派生(contract.FuncName),文档侧在 main_doc.go
按函数引用注册文档钩子(可选择性标注,见 internal/openapi.RegisterMiddlewareDoc)。
Auth 示例鉴权中间件:Bearer token 校验,GIN_ENV=dev 时跳过。
挂在 contract.Group.Middlewares 上(如 app/routes/routes.go 的 users 组)。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.