Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API is the data holder for the API
func (*API) SearchNearbyTransportPoints ¶
type ErrorResponseItem ¶
type ListResponse ¶
type MessageResponse ¶
type MessageResponse struct {
Status enums.APIResponseStatus `json:"status"`
Message string `json:"message"`
Errors []ErrorResponseItem `json:"errors,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.