Feat: works on my machine
This commit is contained in:
7
types/auth.go
Normal file
7
types/auth.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
type UserType struct{}
|
||||
|
||||
var (
|
||||
UserKey = UserType{}
|
||||
)
|
||||
Reference in New Issue
Block a user