Files
IUQT/acquaintances/biz/router/area/middleware.go
2025-07-10 17:17:56 +08:00

33 lines
440 B
Go

// Code generated by hertz generator.
package area
import (
"github.com/cloudwego/hertz/pkg/app"
)
func rootMw() []app.HandlerFunc {
// your code...
return nil
}
func _v1Mw() []app.HandlerFunc {
// your code...
return nil
}
func _areaMw() []app.HandlerFunc {
// your code...
return nil
}
func _queryMw() []app.HandlerFunc {
// your code...
return nil
}
func _queryuserMw() []app.HandlerFunc {
// your code...
return nil
}