import "github.com/muesli/beehive/bees/mixcloudbee"
mixcloudbee.go mixcloudbeefactory.go
MixcloudBee is a Bee that can interface with Mixcloud.
func (mod *MixcloudBee) Action(action bees.Action) []bees.Placeholder
Action triggers the action passed to it.
func (mod *MixcloudBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
func (mod *MixcloudBee) Run(cin chan bees.Event)
Run executes the Bee's event loop.
type MixcloudBeeFactory struct { bees.BeeFactory }
mixcloudBeeFactory is a factory for mixcloudBees.
func (factory *MixcloudBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *MixcloudBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *MixcloudBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *MixcloudBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *MixcloudBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *MixcloudBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *MixcloudBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *MixcloudBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *MixcloudBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package mixcloudbee imports 3 packages (graph) and is imported by 3 packages. Updated 2019-05-26. Refresh now. Tools for package owners.