// Code generated by hertz generator. DO NOT EDIT. package router import ( "github.com/cloudwego/hertz/pkg/app/server" weather_and_earthquake "weather_and_earthquake/biz/router/weather_and_earthquake" ) // GeneratedRegister registers routers generated by IDL. func GeneratedRegister(r *server.Hertz) { //INSERT_POINT: DO NOT DELETE THIS LINE! weather_and_earthquake.Register(r) }