Documentation ¶ Index ¶ func SetBaseURL(url string) type Solver func New(apiKey string) *Solver func (s *Solver) Solve(ctx context.Context, info *captcha.Info) (*captcha.Solution, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SetBaseURL ¶ func SetBaseURL(url string) Types ¶ type Solver ¶ type Solver struct { // contains filtered or unexported fields } func New ¶ func New(apiKey string) *Solver func (*Solver) Solve ¶ func (s *Solver) Solve(ctx context.Context, info *captcha.Info) (*captcha.Solution, error) Source Files ¶ View all Source files capsolver.go Click to show internal directories. Click to hide internal directories.