package
Version:
v0.0.0-...-96c2995
Opens a new window with list of versions in this module.
Published: Sep 9, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID int64 `db:"id"`
OrgID int64 `db:"org_id"`
Email string `db:"email"`
Password string `db:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.