rssbee

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2020 License: AGPL-3.0 Imports: 3 Imported by: 4

Documentation

Overview

Package rssbee is a Bee for handling RSS feeds.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RSSBee

type RSSBee struct {
	bees.Bee
	// contains filtered or unexported fields
}

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.

func (*RSSBee) Run

func (mod *RSSBee) Run(cin chan bees.Event)

Run executes the Bee's event loop.

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) ID

func (factory *RSSBeeFactory) ID() string

ID returns the ID of 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL