feed

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanHTML

func CleanHTML(s string) string

please PR a better way :(

Types

type Reader

type Reader interface {
	ReadBlog(feedURL string) (bloggulus.Blog, error)
	ReadBlogPosts(blog bloggulus.Blog, body io.Reader) ([]bloggulus.Post, error)
	ReadPostBody(post bloggulus.Post) (string, error)
}

func NewMockReader

func NewMockReader(blog bloggulus.Blog, posts []bloggulus.Post) Reader

func NewReader

func NewReader(logger *log.Logger) Reader

Jump to

Keyboard shortcuts

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