Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { UserID string `json:"user_id"` FirstName string `json:"first_name"` LastName string `json:"last_name"` DateOfBirth string `json:"dateOfBirth,omitempty"` Email string `json:"email"` PhoneCountryCode string `json:"phone_country_code"` PhoneAreaCode string `json:"phone_area_code"` PhoneNumber string `json:"phone_number"` LocationLongitude float64 `json:"location_longitude"` LocationLatitude float64 `json:"location_latitude"` }
Click to show internal directories.
Click to hide internal directories.