media

package
v0.0.0-...-ee9a3f6 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2014 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 Media

type Media struct {
	Title      Title       `xml:"http://search.yahoo.com/mrss/ title"`
	Thumbnails []Thumbnail `xml:"http://search.yahoo.com/mrss/ thumbnail"`
}

type Thumbnail

type Thumbnail struct {
	Url    string    `xml:"url,attr"`
	Height int       `xml:"height,attr"`
	Width  int       `xml:"width,attr"`
	Time   time.Time `xml:"time,attr"`
}

type Title

type Title struct {
	Type string `xml:"type,attr"`
	Text string `xml:",chardata"`
}

Jump to

Keyboard shortcuts

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