mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-10-13 21:43:44 +08:00
发布v2.8.4版本,更新内容请查看:https://github.com/bufanyun/hotgo/tree/v2.0/docs/guide-zh-CN/addon-version-upgrade.md
This commit is contained in:
@@ -25,6 +25,9 @@ type (
|
||||
IsExceptLogin(ctx context.Context, appName, path string) bool
|
||||
Blacklist(r *ghttp.Request)
|
||||
Develop(r *ghttp.Request)
|
||||
GetFilterRoutes(r *ghttp.Request) map[string]ghttp.RouterItem
|
||||
GenFilterRouteKey(router *ghttp.Router) string
|
||||
PreFilter(r *ghttp.Request)
|
||||
ResponseHandler(r *ghttp.Request)
|
||||
WebSocketAuth(r *ghttp.Request)
|
||||
}
|
||||
|
Reference in New Issue
Block a user