1
0
Fork 0
forked from boyska/feedpanel

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 { type User struct {
Id string
UserName string UserName string
Email string Email string
DateCreated string DateCreated string
PasswordHash string
} }
type DB struct { type DB struct {