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