feed

package
v0.0.0-...-2817302 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Enclosure

type Enclosure struct {
	URL    string
	Length string
	Type   string
}

func MakeEnclosure

func MakeEnclosure(enclosure *gofeed.Enclosure) Enclosure

type Episode

type Episode struct {
	GUID        string
	Title       string
	Description string
	Updated     string
	Enclosures  []Enclosure
}

func MakeEpisode

func MakeEpisode(item *gofeed.Item) Episode

type Feed

type Feed struct {
	Title       string
	Description string
	Link        string
	FeedLink    string
	Updated     time.Time
	Episodes    []Episode
}

func MakeFeed

func MakeFeed(feed *gofeed.Feed) Feed

Jump to

Keyboard shortcuts

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