package
Version:
v0.0.0-...-703c44b
Opens a new window with list of versions in this module.
Published: Apr 27, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
UserID int `json:"user_id"`
Email string `json:"email"`
FirstName string `json:"firstname"`
LastName string `json:"lastname"`
UserType string `json:"user_type"`
CreationDate time.Time `json:"creation_date"`
}
User model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.