starter/biz/router/api_service/middleware.go
2026-03-28 19:29:40 +08:00

28 lines
381 B
Go

// Code generated by hertz generator.
package api_service
import (
"github.com/cloudwego/hertz/pkg/app"
)
func rootMw() []app.HandlerFunc {
// your code...
return nil
}
func _openapiMw() []app.HandlerFunc {
// your code...
return nil
}
func _healthMw() []app.HandlerFunc {
// your code...
return nil
}
func _pingMw() []app.HandlerFunc {
// your code...
return nil
}