Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewUserPgStorage ¶
Types ¶
type DBUser ¶
type DBUser struct { ID string `db:"id"` Name string `db:"name"` Surname string `db:"surname"` Middlename string `db:"middlename"` Email string `db:"email"` Password string `db:"password"` CreatedAt time.Time `db:"created_at"` UpdatedAt time.Time `db:"updated_at"` }
DBUser Database user representation.
Click to show internal directories.
Click to hide internal directories.