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