Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sources = []Source{}
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct { ID int Frequency time.Duration // Seed sources use http.DefaultClient to retrieve data, // all other sources use proxy pool to fetch pages. Seed bool Session bool Homepage string UrlPrefix string Feed func(context.Context, *http.Client) Src // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.