import "github.com/muesli/beehive/bees/efabee"
Package efabee is a Bee that interfaces with the public EVA API.
EFABee is a Bee that interfaces with the public EVA API.
Action triggers the action passed to it.
func (mod *EFABee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
Run executes the Bee's event loop.
type EFABeeFactory struct { bees.BeeFactory }
EFABeeFactory is a factory for EFABees.
func (factory *EFABeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *EFABeeFactory) Description() string
Description returns the description of this Bee.
func (factory *EFABeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *EFABeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *EFABeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *EFABeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *EFABeeFactory) Name() string
Name returns the name of this Bee.
func (factory *EFABeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *EFABeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package efabee imports 3 packages (graph) and is imported by 14 packages. Updated 2018-03-22. Refresh now. Tools for package owners.