pusher/biz/router/push/middleware.go
timerzz 4ec0cd1564
Some checks failed
Build image / build (push) Failing after 4m48s
feat 测试
2024-05-20 17:57:25 +08:00

48 lines
648 B
Go

// Code generated by hertz generator.
package push
import (
"github.com/cloudwego/hertz/pkg/app"
)
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
}