package
Version:
v1.3.8
Opens a new window with list of versions in this module.
Published: Jul 18, 2021
License: GPL-3.0
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 Profile struct {
ID int64 `json:"id" db:"id"`
Email string `json:"email" db:"email"`
Password string `json:"-" db:"password"`
Token string `json:"token" db:"token"`
CreatedAt int64 `json:"created_at" db:"created_at"`
}
Profile declare user information
Source Files
¶
Click to show internal directories.
Click to hide internal directories.