package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 9, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID int64 `db:"id"`
Username string `db:"username"`
PasswordHash string `db:"password_hash"`
Email string `db:"email"`
Role int32 `db:"role"`
CreatedAt time.Time `db:"created_at"`
UpdatedAt sql.NullTime `db:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.