package
Version:
v0.0.0-...-d11ffb8
Opens a new window with list of versions in this module.
Published: Jan 2, 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
¶
type User struct {
ID string `json:"id" bson:"_id,omitempty"`
Username string `json:"username"`
Password string `json:"password"`
Email string `json:"email"`
Phone string `json:"phone"`
}
User model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.