Documentation ¶
Overview ¶
Package rssbee is a Bee for handling RSS feeds.
Index ¶
- type RSSBee
- type RSSBeeFactory
- func (factory *RSSBeeFactory) Description() string
- func (factory *RSSBeeFactory) Events() []bees.EventDescriptor
- func (factory *RSSBeeFactory) ID() string
- func (factory *RSSBeeFactory) Image() string
- func (factory *RSSBeeFactory) LogoColor() string
- func (factory *RSSBeeFactory) Name() string
- func (factory *RSSBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
- func (factory *RSSBeeFactory) Options() []bees.BeeOptionDescriptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RSSBee ¶
RSSBee is a Bee for handling RSS feeds.
func (*RSSBee) ReloadOptions ¶
func (mod *RSSBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
type RSSBeeFactory ¶
type RSSBeeFactory struct {
bees.BeeFactory
}
RSSBeeFactory is a factory for RSSBees.
func (*RSSBeeFactory) Description ¶
func (factory *RSSBeeFactory) Description() string
Description returns the description of this Bee.
func (*RSSBeeFactory) Events ¶
func (factory *RSSBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (*RSSBeeFactory) Image ¶
func (factory *RSSBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (*RSSBeeFactory) LogoColor ¶
func (factory *RSSBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (*RSSBeeFactory) Name ¶
func (factory *RSSBeeFactory) Name() string
Name returns the name of this Bee.
func (*RSSBeeFactory) New ¶
func (factory *RSSBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (*RSSBeeFactory) Options ¶
func (factory *RSSBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Click to show internal directories.
Click to hide internal directories.