Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RSS ¶
type RSS struct { XMLName xml.Name `xml:"rss"` Version string `xml:"version,attr"` Channel struct { Title string `xml:"title"` Description string `xml:"description"` Link string `xml:"link"` Image struct { Url string `xml:"url"` Title string `xml:"title"` Link string `xml:"link"` } `xml:"image"` Items []RSSItem `xml:"item"` } `xml:"channel"` }
type RSSItem ¶
type RSSItem struct { Title string `xml:"title"` Description struct { XMLName xml.Name `xml:"description"` Text string `xml:",cdata"` } `xml:"description"` Link string `xml:"link"` Guid struct { IsPermaLink string `xml:"isPermaLink,attr"` Value string `xml:",chardata"` } `xml:"guid"` PubDate string `xml:"pubDate"` }
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func (*Worker) ProcessQueue ¶
func (w *Worker) ProcessQueue() NetworkUsage
func (*Worker) RefreshFeeds ¶
func (w *Worker) RefreshFeeds()
func (*Worker) StartArticleCleaner ¶
func (*Worker) StartFeeds ¶
func (*Worker) StartQueue ¶
Click to show internal directories.
Click to hide internal directories.