Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Search ¶
func (c *Client) Search(opt SearchOptions) (*SearchResponse, *http.Response, error)
type SearchOptions ¶
type SearchOptions struct {
Query string `url:"q"`
All string `url:"q_all"`
Any string `url:"q_any"`
Exactly string `url:"q_exactly"`
Not string `url:"q_not"`
Type string `url:"q_type"`
SizePx string `url:"q_size_px"`
}
SearchOptions specifies the parameters to the Search method.
type SearchResponse ¶
Click to show internal directories.
Click to hide internal directories.