rss

package
v0.0.0-...-d674a5b Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fetcher

type Fetcher interface {
	Fetch() (items []Item, next time.Time, err error)
}

func Fetch

func Fetch(domain string) Fetcher

type Item

type Item struct {
	Title, Channel, GUID string
}

type Subscription

type Subscription interface {
	Updates() <-chan Item
	Close() error
}

Jump to

Keyboard shortcuts

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