Documentation
¶
Index ¶
- type Config
- type Scraper
- func (scraper *Scraper) Mvdsv() []mvdsv.Mvdsv
- func (scraper *Scraper) Qtv() []qtv.Qtv
- func (scraper *Scraper) Qwdfwd() []qwfwd.Qwfwd
- func (scraper *Scraper) ServerByAddress(address string) (qserver.GenericServer, error)
- func (scraper *Scraper) Servers() []qserver.GenericServer
- func (scraper *Scraper) Start()
- func (scraper *Scraper) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scraper ¶
type Scraper struct { Config Config ServerIndex serverindex.ServerIndex // contains filtered or unexported fields }
func (*Scraper) ServerByAddress ¶
func (scraper *Scraper) ServerByAddress(address string) (qserver.GenericServer, error)
func (*Scraper) Servers ¶
func (scraper *Scraper) Servers() []qserver.GenericServer
Click to show internal directories.
Click to hide internal directories.