import "github.com/muesli/beehive/bees/rssbee"
Package rssbee is a Bee for handling RSS feeds.
RSSBee is a Bee for handling RSS feeds.
func (mod *RSSBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
Run executes the Bee's event loop.
type RSSBeeFactory struct { bees.BeeFactory }
RSSBeeFactory is a factory for RSSBees.
func (factory *RSSBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *RSSBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *RSSBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *RSSBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *RSSBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *RSSBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *RSSBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *RSSBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package rssbee imports 3 packages (graph) and is imported by 14 packages. Updated 2020-11-18. Refresh now. Tools for package owners.