Documentation
¶
Index ¶
- type PluginRss
- type RssController
- func (p *RssController) DumpTaskStatus() (Status []byte)
- func (p *RssController) FetchNew() ([]*Interface.Message, error)
- func (p *RssController) GetDelayBetweenCatchRound() time.Duration
- func (p *RssController) GetFeed() (*rss.Feed, error)
- func (p *RssController) Hash() string
- func (p *RssController) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginRss ¶
type PluginRss struct{}
func (*PluginRss) GetConfigType ¶
func (p *PluginRss) GetConfigType() interface{}
func (*PluginRss) ResumeTask ¶
type RssController ¶
type RssController struct { Url string `json:"url"` // contains filtered or unexported fields }
func NewRssController ¶
func NewRssController(url string) *RssController
func (*RssController) DumpTaskStatus ¶
func (p *RssController) DumpTaskStatus() (Status []byte)
func (*RssController) FetchNew ¶
func (p *RssController) FetchNew() ([]*Interface.Message, error)
func (*RssController) GetDelayBetweenCatchRound ¶
func (p *RssController) GetDelayBetweenCatchRound() time.Duration
func (*RssController) Hash ¶
func (p *RssController) Hash() string
func (*RssController) Type ¶
func (p *RssController) Type() string
Click to show internal directories.
Click to hide internal directories.