package
Version:
v0.0.0-...-097bfc9
Opens a new window with list of versions in this module.
Published: Feb 20, 2021
License: Apache-2.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 User struct {
ID int `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
Password string `json:"password"`
Age int `json:"age"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.