mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-09-27 04:15:54 +08:00
13 lines
206 B
Go
13 lines
206 B
Go
// Code generated by hertz generator.
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/cloudwego/hertz/pkg/app/server"
|
|
)
|
|
|
|
// customizeRegister registers customize routers.
|
|
func customizedRegister(r *server.Hertz) {
|
|
|
|
}
|