User login & logout
This commit is contained in:
8
model/user.go
Normal file
8
model/user.go
Normal file
@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type User struct {
|
||||
Id UUID
|
||||
Name string
|
||||
Salt string
|
||||
Password []byte
|
||||
}
|
Reference in New Issue
Block a user