package
Version:
v0.0.0-...-a8d7802
Opens a new window with list of versions in this module.
Published: Apr 11, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Traveller struct {
ID uuid.UUID `db:"id"`
FirstName string `db:"first_name"`
LastName string `db:"last_name"`
Age int `db:"age"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.