Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
ID int `json:"id"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Age int `json:"age"`
Gender string `json:"gender"`
Email string `json:"email"`
BirthDate string `json:"birthDate"`
Image string `json:"image"`
Address Address `json:"address"`
Company Company `json:"company"`
}
Click to show internal directories.
Click to hide internal directories.