// 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 }