Documentation ¶
Index ¶
- Variables
- func BrowserKeys() []string
- func RandomName(n int) string
- func ServiceClose(engine ...string) (err error)
- func ServiceSet(engine string, browser Browser)
- 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{} Services = sync.Map{} )
Functions ¶
func BrowserKeys ¶
func BrowserKeys() []string
func RandomName ¶
func ServiceClose ¶
func ServiceSet ¶
Types ¶
type Base ¶
type Base struct { Proxy string Timeout int RandomDelay string // contains filtered or unexported fields }
func (*Base) Description ¶
func (*Base) SleepSeconds ¶
func (*Base) Transcoded ¶
Click to show internal directories.
Click to hide internal directories.