rss

package
v0.0.0-...-1d6f15f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Feed

type Feed struct {
	XMLName       xml.Name `xml:"rss"`
	Title         string   `xml:"channel>title"`
	PubDate       string   `xml:"channel>pubDate,omitempty"`
	LastBuildDate string   `xml:"channel>lastBuildDate,omitempty"`
	Items         []Item   `xml:"channel>item"`
}

type Item

type Item struct {
	Content string `xml:"description"`
	Title   string `xml:"title"`
	Date    string `xml:"pubDate"`
	Link    string `xml:"link"`
	DCDate  string `xml:"date"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL