Documentation ¶
Index ¶
- Variables
- func BrowserKeys() []string
- func RandomName(n int) string
- type Base
- func (s *Base) Close() error
- func (s *Base) Description() string
- func (s *Base) Do(pageURL string, data echo.Store) ([]byte, error)
- func (s *Base) Name() string
- func (s *Base) Sleep() Browser
- func (s *Base) SleepSeconds() int
- func (s *Base) Start(opt echo.Store) (err error)
- func (s *Base) Transcoded() bool
- type Browser
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Browsers = map[string]Browser{}
)
Functions ¶
func BrowserKeys ¶
func BrowserKeys() []string
func RandomName ¶
Types ¶
type Base ¶
type Base struct { Proxy string Timeout int RandomDelay string Cookies []*http.Cookie CookieString string Header map[string]string UserAgent string Extra echo.Store // contains filtered or unexported fields }
func (*Base) Description ¶
func (*Base) SleepSeconds ¶
func (*Base) Transcoded ¶
Click to show internal directories.
Click to hide internal directories.