Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin interface {
Run() (*feeds.Feed, error)
Info() PluginMetadata
}
Plugin is the interface that a scrape plugin has to implement
type PluginMetadata ¶ added in v0.1.3
Click to show internal directories.
Click to hide internal directories.