Extended User type

This commit is contained in:
Blallo 2018-09-29 13:49:39 +02:00
parent dd972e9ba7
commit fd3ccc753e

View file

@ -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 {