Documentation ¶
Index ¶
- func GetErrorOrResponse(res string) (string, error)
- type CaptchaError
- type Client
- func (c *Client) GetBalanse() (float64, error)
- func (c *Client) GetCaptchaText(id string) (string, error)
- func (c *Client) SendAndGet(path string) (string, error)
- func (c *Client) SendAndGetByURL(url string) (string, error)
- func (c *Client) UploadCaptcha(path string) (string, error)
- func (c *Client) UploadCaptchaByURL(url string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetErrorOrResponse ¶
Types ¶
type CaptchaError ¶
type CaptchaError struct {
What string
}
func (CaptchaError) Error ¶
func (c CaptchaError) Error() string
func (CaptchaError) GetCode ¶
func (c CaptchaError) GetCode() string
Click to show internal directories.
Click to hide internal directories.