Add user management and improve code organization with context structs
This commit is contained in:
10
internal/models/comUser.go
Normal file
10
internal/models/comUser.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
// Funny you are
|
||||
type ComUser struct {
|
||||
Id string
|
||||
Username string
|
||||
Password string
|
||||
Email string
|
||||
IsVerified bool
|
||||
}
|
Reference in New Issue
Block a user