Files
IUQT/weMedia/biz/router/weMediaUser/middleware.go

58 lines
805 B
Go

// Code generated by hertz generator.
package weMediaUser
import (
"github.com/cloudwego/hertz/pkg/app"
)
func rootMw() []app.HandlerFunc {
// your code...
return nil
}
func _v1Mw() []app.HandlerFunc {
// your code...
return nil
}
func _wemediaMw() []app.HandlerFunc {
// your code...
return nil
}
func _userMw() []app.HandlerFunc {
// your code...
return nil
}
func _deleteuserMw() []app.HandlerFunc {
// your code...
return nil
}
func _infouserMw() []app.HandlerFunc {
// your code...
return nil
}
func _createuserMw() []app.HandlerFunc {
// your code...
return nil
}
func _updateuserMw() []app.HandlerFunc {
// your code...
return nil
}
func _findMw() []app.HandlerFunc {
// your code...
return nil
}
func _finduserMw() []app.HandlerFunc {
// your code...
return nil
}