Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthTokenEnvelope ¶
type AuthTokenEnvelope struct {
AuthToken AuthToken `json:"auth_token"`
}
type ResponseMetadata ¶
type ResponseMetadata struct {
Pagination ResponseMetadataPagination `json:"pagination"`
}
type Trip ¶
type TripsEnvelope ¶
type TripsEnvelope struct { Metadata ResponseMetadata `json:"meta"` Trips []Trip `json:"trips"` }
type UserEnvelope ¶
type UserEnvelope struct {
User User `json:"user"`
}
Click to show internal directories.
Click to hide internal directories.