18 lines
260 B
Go
18 lines
260 B
Go
|
|
// 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
|
||
|
|
}
|