opml

package
v0.0.0-...-9831a62 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 License: GPL-3.0 Imports: 2 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 `xml:"title,attr"`
	URL   string `xml:"xmlUrl,attr"`
}

type OPML

type OPML struct {
	XMLName xml.Name `xml:"opml"`
	Tags    []*Tag   `xml:"body>outline"`
}

func Parse

func Parse(data []byte) (*OPML, error)

type Tag

type Tag struct {
	Title string  `xml:"title,attr"`
	Feeds []*Feed `xml:"outline"`
}

Jump to

Keyboard shortcuts

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