feed

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: MIT Imports: 11 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) (core.Blog, error)
	ReadBlogPosts(blog core.Blog) ([]core.Post, error)
	ReadPostBody(post core.Post) (string, error)
}

func NewMockReader

func NewMockReader(blog core.Blog, posts []core.Post, body string) Reader

func NewReader

func NewReader() Reader

Jump to

Keyboard shortcuts

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