package
Version:
v0.0.0-...-7428172
Opens a new window with list of versions in this module.
Published: Mar 13, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
UUID string `db:"uuid"`
Email string `db:"email"`
Permissions pq.StringArray `db:"permissions"`
PasswordHash []byte `db:"password_hash"`
CreatedAt time.Time `db:"date_created"`
UpdatedAt time.Time `db:"date_updated"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.