Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedConfig ¶
type FeedConfig struct {
AtomPath string
JsonPath string
RssPath string
Title string
Url string
Description string
AuthorName string
AuthorEmail string
Updated time.Time
Created time.Time
Id string
Subtitle string
Copyright string
ImageUrl string
ImageTitle string
ImageWidth int
ImageHeight int
ItemConfig ItemConfig
}
type ItemConfig ¶
type Syndicate ¶
type Syndicate struct {
// contains filtered or unexported fields
}
Syndicate chainable context.
func New ¶
New creates a new instance of the Syndicate plugin
func (*Syndicate) Process ¶
func (*Syndicate) WithFeed ¶
func (self *Syndicate) WithFeed(name string, config FeedConfig) *Syndicate
Source Files
¶
- syndicate.go
Click to show internal directories.
Click to hide internal directories.