Documentation
¶
Index ¶
- Variables
- type Client
- func (c *Client) GetCarChassisList(ctx context.Context) (map[string]string, error)
- func (c *Client) GetCarsList(ctx context.Context) (map[string][]string, error)
- func (c *Client) GetNewListings(ctx context.Context, params map[string]string) ([]Listing, error)
- func (c *Client) GetRegionsList(ctx context.Context) (map[string]string, error)
- type Config
- type Listing
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnexpectedStatusCode = errors.New("unexpected status code")
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetCarChassisList ¶ added in v1.1.0
GetCarChassisList retrieves the list of car body types.
func (*Client) GetCarsList ¶ added in v1.1.0
GetCarsList retrieves the list of car brands and models.
func (*Client) GetNewListings ¶
GetNewListings retrieves new car listings based on the provided parameters.
Click to show internal directories.
Click to hide internal directories.