Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoFetchTypeSpecified = errors.New("at least one fetcher type must be specified")
Functions ¶
This section is empty.
Types ¶
type DNSSettings ¶
type Fetcher ¶
type Fetcher struct {
// contains filtered or unexported fields
}
func NewFetcher ¶
func NewFetcher(dnsSettings DNSSettings, httpSettings HTTPSettings) (f *Fetcher, err error)
Click to show internal directories.
Click to hide internal directories.