You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
354 B

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