rdf

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:"RDF"`
	Title   string   `xml:"channel>title"`
	Updated string   `xml:"channel>date"`
	Items   []Item   `xml:"item"`
}

type Item

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

Jump to

Keyboard shortcuts

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