opml

package
v0.0.0-...-6ef22ff Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 6 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 {
	Title   string
	FeedUrl string
	SiteUrl string
}

type Folder

type Folder struct {
	Title   string
	Folders []Folder
	Feeds   []Feed
}

func Parse

func Parse(r io.Reader) (Folder, error)

func (Folder) AllFeeds

func (f Folder) AllFeeds() []Feed

func (Folder) OPML

func (f Folder) OPML() string

Jump to

Keyboard shortcuts

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