Documentation ¶
Index ¶
- type CricketBee
- type CricketBeeFactory
- func (factory *CricketBeeFactory) Actions() []bees.ActionDescriptor
- func (factory *CricketBeeFactory) Description() string
- func (factory *CricketBeeFactory) Events() []bees.EventDescriptor
- func (factory *CricketBeeFactory) ID() string
- func (factory *CricketBeeFactory) Image() string
- func (factory *CricketBeeFactory) LogoColor() string
- func (factory *CricketBeeFactory) Name() string
- func (factory *CricketBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
- func (factory *CricketBeeFactory) Options() []bees.BeeOptionDescriptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CricketBee ¶
func (*CricketBee) ReloadOptions ¶
func (mod *CricketBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
func (*CricketBee) Run ¶
func (c *CricketBee) Run(cin chan bees.Event)
type CricketBeeFactory ¶
type CricketBeeFactory struct {
bees.BeeFactory
}
Cricketbeefactory is a factory for CricketBee.
func (*CricketBeeFactory) Actions ¶
func (factory *CricketBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (*CricketBeeFactory) Description ¶
func (factory *CricketBeeFactory) Description() string
Description returns the description of this Bee.
func (*CricketBeeFactory) Events ¶
func (factory *CricketBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (*CricketBeeFactory) ID ¶
func (factory *CricketBeeFactory) ID() string
ID returns the ID of this Bee.
func (*CricketBeeFactory) Image ¶
func (factory *CricketBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (*CricketBeeFactory) LogoColor ¶
func (factory *CricketBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (*CricketBeeFactory) Name ¶
func (factory *CricketBeeFactory) Name() string
Name returns the name of this Bee.
func (*CricketBeeFactory) New ¶
func (factory *CricketBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (*CricketBeeFactory) Options ¶
func (factory *CricketBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Click to show internal directories.
Click to hide internal directories.