package
Version:
v0.0.0-...-3e6457e
Opens a new window with list of versions in this module.
Published: Jan 11, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New(db *sql.DB) *store
type User struct {
ID string `db:"id"`
FirstName string `db:"first_name"`
LastName string `db:"last_name"`
Nickname string `db:"nickname"`
Email string `db:"email"`
Country string `db:"country"`
UpdatedAt time.Time `db:"updated_at"`
}
User represents user on store side.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.