rss

package
v1.0.1-0...-39f75b5 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: MIT Imports: 10 Imported by: 0

README

RSS

TODO

根据这篇帖子的说法,XML 的渲染用 encoding/xml 更好。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct {
	*proto.Post
	Date    string
	Content template.HTML
}

Article ...

type Option

type Option func(r *RSS)

func WithArticleCount

func WithArticleCount(n int) Option

type RSS

type RSS struct {
	Name        string
	Description string
	Home        string
	Articles    []*Article
	// contains filtered or unexported fields
}

RSS ...

func New

func New(svc proto.TaoBlogServer, options ...Option) *RSS

New ...

func (*RSS) ServeHTTP

func (r *RSS) ServeHTTP(w http.ResponseWriter, req *http.Request)

ServeHTTP ...

Jump to

Keyboard shortcuts

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