Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
Title string `xml:"title"`
Description string `xml:"description"`
PubDate RFC822Time `xml:"pubDate"`
GUID GUID `xml:"guid"`
Link string `xml:"link"`
}
type RFC822Time ¶ added in v1.7.10
func (RFC822Time) MarshalXML ¶ added in v1.7.10
func (t RFC822Time) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*RFC822Time) UnmarshalXML ¶ added in v1.7.10
func (t *RFC822Time) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
Click to show internal directories.
Click to hide internal directories.