Documentation
¶
Index ¶
- type RSS
- func (r RSS) GetChanges(feedContent []byte, prevFeedContent []byte) ([]interface{}, error)
- func (r RSS) GetEntries(feedContent []byte) []item
- func (r RSS) GetNewEntries(feedContent []byte, prevFeedContent []byte) []item
- func (r RSS) HasChanged(feedContent []byte, prevFeedContent []byte) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RSS ¶
type RSS struct {
}
func (RSS) GetChanges ¶
func (RSS) GetEntries ¶
func (RSS) GetNewEntries ¶
Click to show internal directories.
Click to hide internal directories.