iuqt init

This commit is contained in:
2025-07-03 11:13:04 +08:00
commit aad7c9e24f
47 changed files with 12548 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
// Code generated by hertz generator.
package user
import (
"github.com/cloudwego/hertz/pkg/app"
)
func rootMw() []app.HandlerFunc {
// your code...
return nil
}
func _v1Mw() []app.HandlerFunc {
// your code...
return nil
}
func _userMw() []app.HandlerFunc {
// your code...
return nil
}
func _createMw() []app.HandlerFunc {
// your code...
return nil
}
func _createuserMw() []app.HandlerFunc {
// your code...
return nil
}
func _deleteMw() []app.HandlerFunc {
// your code...
return nil
}
func _deleteuserMw() []app.HandlerFunc {
// your code...
return nil
}
func _queryMw() []app.HandlerFunc {
// your code...
return nil
}
func _queryuserMw() []app.HandlerFunc {
// your code...
return nil
}
func _updateMw() []app.HandlerFunc {
// your code...
return nil
}
func _updateuserMw() []app.HandlerFunc {
// your code...
return nil
}