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 616 Bytes
Copy Edit Raw Blame History
luozhongtian02 authored 2023-01-29 16:36 +08:00 . fix: 修改项目module名称
// Code generated by hertz generator.
package User
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 _userMw() []app.HandlerFunc {
// your code...
return nil
}
func _user0Mw() []app.HandlerFunc {
// your code...
handlerFuncs := make([]app.HandlerFunc, 0)
handlerFuncs = append(handlerFuncs, mw.AuthMiddleware.MiddlewareFunc())
return handlerFuncs
}
func _registerMw() []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