33 lines
440 B
Go
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
|
|
}
|