Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { Name string `json:"name"` NameKana string `json:"nameKana"` Email string `json:"email"` Age int `json:"age"` ZipCode int `json:"zipCode"` Address string `json:"address"` Tel string `json:"tel"` MobileNumber string `json:"mobileNumber"` Hobby string `json:"hobby"` WorkTel string `json:"workTel"` }
Click to show internal directories.
Click to hide internal directories.