Feat: works on my machine

This commit is contained in:
2025-10-16 05:07:56 +08:00
commit ce3af7c682
37 changed files with 4537 additions and 0 deletions

7
types/auth.go Normal file
View File

@@ -0,0 +1,7 @@
package types
type UserType struct{}
var (
UserKey = UserType{}
)