rss

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DiscoverFeedURL

func DiscoverFeedURL(blogURL string, timeout time.Duration) (string, error)

func IsFeedError

func IsFeedError(err error) bool

Types

type FeedArticle

type FeedArticle struct {
	Title         string
	URL           string
	PublishedDate *time.Time
}

func ParseFeed

func ParseFeed(feedURL string, timeout time.Duration) ([]FeedArticle, error)

type FeedParseError

type FeedParseError struct {
	Message string
}

func (FeedParseError) Error

func (e FeedParseError) Error() string

Jump to

Keyboard shortcuts

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