Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapFill ¶
func MapFill( in <-chan Fillable, maxRequests int, progress progress.Progress, settings *htmlparsing.Settings, ) error
MapFill calls Fill on all objects passed in the in channel, making at most maxRequests parallel calls. It increments progress each time it finishes a single call, and calls Done in the end.
Types ¶
type Fillable ¶
type Fillable interface {
Fill(settings *htmlparsing.Settings) error
}
Fillable types have a Fill method which downloads extra data for the object from online sources
Click to show internal directories.
Click to hide internal directories.