7 Star 1 Fork 1

罗中天/douyin

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
middleware.go 1.01 KB
Copy Edit Raw Blame History
// Code generated by hertz generator.
package Favorite
import (
"gitee.com/derrickball/douyin/app/api/biz/mw"
"github.com/cloudwego/hertz/pkg/app"
)
func rootMw() []app.HandlerFunc {
// your code...
return nil
}
func _douyinMw() []app.HandlerFunc {
// your code...
return nil
}
func _favoriteMw() []app.HandlerFunc {
// your code...
return nil
}
func _actionMw() []app.HandlerFunc {
// your code...
handlerFuncs := make([]app.HandlerFunc, 0)
handlerFuncs = append(handlerFuncs, mw.AuthMiddleware.MiddlewareFunc())
return handlerFuncs
}
func _favorite_ctionMw() []app.HandlerFunc {
// your code...
return nil
}
func _listMw() []app.HandlerFunc {
// your code...
handlerFuncs := make([]app.HandlerFunc, 0)
handlerFuncs = append(handlerFuncs, mw.CompatibleTokenMiddleWare())
return handlerFuncs
}
func _favoritelistMw() []app.HandlerFunc {
// your code...
return nil
}
func __ctionMw() []app.HandlerFunc {
// your code...
return nil
}
func _list0Mw() []app.HandlerFunc {
// your code...
return nil
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/derrickball/douyin.git
git@gitee.com:derrickball/douyin.git
derrickball
douyin
douyin
48d44dfe16fa

Search