package
Version:
v0.0.0-...-3ce7e21
Opens a new window with list of versions in this module.
Published: Oct 31, 2023
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 uuid.UUID `db:"id,uuid,pk"`
FirstName string `db:"first_name"`
LastName string `db:"last_name"`
DocumentId string `db:"document_id,unique"`
CreatedAt time.Time `db:"created_at"`
UpdatedAt time.Time `db:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.