package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Jul 19, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PhoneNumber struct {
ID int ``
UserID int `db:"user_id"`
Mobile string `db:"mobile"`
Landline string `db:"landline"`
}
PhoneNumber example test struct.
type User struct {
ID int ``
FirstName string `db:"first_name"`
LastName string `db:"lastname"`
}
User example test struct.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.