Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddUserRequest ¶
type AddUserRequest struct {
Email string `json:"email" binding:"required"`
}
type Destination ¶
type DevicePatchable ¶
type DevicePatchable struct {
Alias nulltype.NullString `json:"alias" binding:"required"`
}
type EligibleFeatures ¶
type GETMeResponse ¶
type GETMyDevicesResponse ¶
type LocationResponse ¶
type PrimeSubscriptionResponse ¶
type PrimeSubscriptionResponse struct { Amount int `json:"amount"` CancelAt uint `json:"cancel_at"` IsPrimeSim bool `json:"is_prime_sim"` NextChargeAt uint `json:"next_charge_at"` Plan string `json:"plan"` RequiresMigration bool `json:"requires_migration"` SubscribedAt uint `json:"subscribed_at"` TrialEnd uint `json:"trial_end"` UserID string `json:"user_id"` }
type SaveLocation ¶
type SaveLocation struct { Label string `json:"label,omitempty"` Latitude float64 `json:"latitude" binding:"required"` Longitude float64 `json:"longitude" binding:"required"` PlaceDetails string `json:"place_details,omitempty"` PlaceName string `json:"place_name,omitempty"` SaveType models.SaveType `json:"save_type" binding:"required"` }
Click to show internal directories.
Click to hide internal directories.