48 lines
648 B
Go
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
|
|
}
|