pusher/biz/router/push/middleware.go

48 lines
648 B
Go
Raw Normal View History

2024-05-17 18:02:10 +08:00
// Code generated by hertz generator.
package push
import (
"github.com/cloudwego/hertz/pkg/app"
)
2024-05-20 17:57:25 +08:00
func rootMw() []app.HandlerFunc {
// your code...
return nil
}
func _apiMw() []app.HandlerFunc {
// your code...
return nil
}
func _v1Mw() []app.HandlerFunc {
// your code...
return nil
}
func _pushMw() []app.HandlerFunc {
// your code...
return nil
}
func _pushersMw() []app.HandlerFunc {
// your code...
return nil
}
func _addMw() []app.HandlerFunc {
// your code...
return nil
}
func _getpusheroptionsMw() []app.HandlerFunc {
// your code...
return nil
}
func _listMw() []app.HandlerFunc {
// your code...
return nil
}