Versions in this module Expand all Collapse all v1 v1.0.2 Feb 13, 2026 v1.0.1 Nov 20, 2025 Changes in this version + type Category struct + Domain string + Value string + type Cloud struct + Domain string + Path string + Port string + Protocol string + RegisterProcedure string + type Enclosure struct + Length string + Type string + URL string + type Feed struct + Categories []*Category + Cloud *Cloud + Copyright string + Description string + Docs string + DublinCoreExt *ext.DublinCoreExtension + Extensions ext.Extensions + Generator string + ITunesExt *ext.ITunesFeedExtension + Image *Image + Items []*Item + Language string + LastBuildDate string + LastBuildDateParsed *time.Time + Link string + Links []string + ManagingEditor string + PubDate string + PubDateParsed *time.Time + Rating string + SkipDays []string + SkipHours []string + TTL string + TextInput *TextInput + Title string + Version string + WebMaster string + func (f Feed) String() string + type GUID struct + IsPermalink string + Value string + type Image struct + Description string + Height string + Link string + Title string + URL string + Width string + type Item struct + Author string + Categories []*Category + Comments string + Content string + Custom map[string]string + Description string + DublinCoreExt *ext.DublinCoreExtension + Enclosure *Enclosure + Enclosures []*Enclosure + Extensions ext.Extensions + GUID *GUID + ITunesExt *ext.ITunesItemExtension + Link string + Links []string + PubDate string + PubDateParsed *time.Time + Source *Source + Title string + type Parser struct + func (rp *Parser) Parse(feed io.Reader) (*Feed, error) + type Source struct + Title string + URL string + type TextInput struct + Description string + Link string + Name string + Title string