package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Jul 7, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Customer struct {
Id uint64 `db:"id"`
Name string `db:"name"`
Avatar string `db:"avatar"`
}
type User struct {
Id uint `db:"id"`
Username string `db:"username"`
Avatar string `db:"avatar"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.