// Code generated by hertz generator. package weather_and_earthquake import ( "github.com/cloudwego/hertz/pkg/app" "weather_and_earthquake/internal/middleware" ) func rootMw() []app.HandlerFunc { // your code... return nil } func _querymethodMw() []app.HandlerFunc { // your code... routes := make([]app.HandlerFunc, 0) routes = append(routes, middleware.AuthMiddleware()) routes = append(routes, middleware.CorsMiddleware()) return nil } func __2aMw() []app.HandlerFunc { // your code... return nil }