forked from boyska/feedpanel
Extended User type
This commit is contained in:
parent
dd972e9ba7
commit
fd3ccc753e
1 changed files with 5 additions and 3 deletions
8
db/db.go
8
db/db.go
|
@ -9,9 +9,11 @@ import (
|
|||
)
|
||||
|
||||
type User struct {
|
||||
UserName string
|
||||
Email string
|
||||
DateCreated string
|
||||
Id string
|
||||
UserName string
|
||||
Email string
|
||||
DateCreated string
|
||||
PasswordHash string
|
||||
}
|
||||
|
||||
type DB struct {
|
||||
|
|
Loading…
Reference in a new issue