atom

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:"feed"`
	Title   string   `xml:"title"`
	Updated string   `xml:"updated"`
	Items   []Item   `xml:"entry"`
}

type Item

type Item struct {
	Title   string `xml:"title"`
	Content string `xml:"content"`
	Link    Link   `xml:"link"`
	Date    string `xml:"updated"`
}
type Link struct {
	Href string `xml:"href,attr"`
}

Jump to

Keyboard shortcuts

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