Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomEntry ¶
type AtomEntry struct { Title string `xml:"title"` Link AtomLink `xml:"link"` Summary string `xml:"summary"` Content string `xml:"content"` Published commons.NullableTime `xml:"published"` Updated commons.NullableTime `xml:"updated"` ID string `xml:"id"` }
type AtomParser ¶
type AtomParser struct {
OnURLFound func(*AtomEntry)
}
func (*AtomParser) Load ¶
func (p *AtomParser) Load(feedURL string) error
Click to show internal directories.
Click to hide internal directories.