mixcloudbee

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: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MixcloudBee

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

MixcloudBee is a Bee that can interface with Mixcloud.

func (*MixcloudBee) Action

func (mod *MixcloudBee) Action(action bees.Action) []bees.Placeholder

Action triggers the action passed to it.

func (*MixcloudBee) ReloadOptions

func (mod *MixcloudBee) ReloadOptions(options bees.BeeOptions)

ReloadOptions parses the config options and initializes the Bee.

func (*MixcloudBee) Run

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

Run executes the Bee's event loop.

type MixcloudBeeFactory

type MixcloudBeeFactory struct {
	bees.BeeFactory
}

mixcloudBeeFactory is a factory for mixcloudBees.

func (*MixcloudBeeFactory) Actions

func (factory *MixcloudBeeFactory) Actions() []bees.ActionDescriptor

Actions describes the available actions provided by this Bee.

func (*MixcloudBeeFactory) Description

func (factory *MixcloudBeeFactory) Description() string

Description returns the description of this Bee.

func (*MixcloudBeeFactory) Events

func (factory *MixcloudBeeFactory) Events() []bees.EventDescriptor

Events describes the available events provided by this Bee.

func (*MixcloudBeeFactory) ID

func (factory *MixcloudBeeFactory) ID() string

ID returns the ID of this Bee.

func (*MixcloudBeeFactory) Image

func (factory *MixcloudBeeFactory) Image() string

Image returns the filename of an image for this Bee.

func (*MixcloudBeeFactory) LogoColor

func (factory *MixcloudBeeFactory) LogoColor() string

LogoColor returns the preferred logo background color (used by the admin interface).

func (*MixcloudBeeFactory) Name

func (factory *MixcloudBeeFactory) Name() string

Name returns the name of this Bee.

func (*MixcloudBeeFactory) New

func (factory *MixcloudBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface

New returns a new Bee instance configured with the supplied options.

func (*MixcloudBeeFactory) Options

func (factory *MixcloudBeeFactory) 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