WEQServer/biz/router/weather_and_earthquake/middleware.go

18 lines
260 B
Go
Raw Normal View History

2025-10-31 06:42:43 +00:00
// Code generated by hertz generator.
package weather_and_earthquake
import (
"github.com/cloudwego/hertz/pkg/app"
)
func rootMw() []app.HandlerFunc {
// your code...
return nil
}
func _querymethodMw() []app.HandlerFunc {
// your code...
return nil
}