feed

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Blog

type Blog struct {
	FeedURL string
	SiteURL string
	Title   string
	Posts   []Post
}

func Hydrate

func Hydrate(blog Blog, pageFetcher fetch.PageFetcher) (Blog, error)

func Parse

func Parse(feedURL string, feedBody string) (Blog, error)

type Post

type Post struct {
	URL         string
	Title       string
	Content     string
	PublishedAt time.Time
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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