loader

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2015 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPHFeed

func GetPHFeed(ph chan ResultData)

func GetRSSFeed

func GetRSSFeed(uri string)

func GetRSSFeedWithDescription

func GetRSSFeedWithDescription(uri string)

func GetRedditFeed

func GetRedditFeed(re chan ResultData)

Types

type Feed

type Feed interface {
	Display()
	Setter(name string, title []string, url []string)
}

type JsonData

type JsonData struct {
	Title string `json:"title"`
	Url   string `json:"url"`
}

type ResultData

type ResultData struct {
	Name  string
	Title []string
	Url   []string
}

func (*ResultData) Display

func (r *ResultData) Display()

func (*ResultData) Setter

func (r *ResultData) Setter(name string, title []string, url []string)

Jump to

Keyboard shortcuts

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