Documentation ¶
Index ¶
- type HorizonBoxBee
- type HorizonBoxBeeFactory
- func (factory *HorizonBoxBeeFactory) Description() string
- func (factory *HorizonBoxBeeFactory) Events() []bees.EventDescriptor
- func (factory *HorizonBoxBeeFactory) ID() string
- func (factory *HorizonBoxBeeFactory) Image() string
- func (factory *HorizonBoxBeeFactory) LogoColor() string
- func (factory *HorizonBoxBeeFactory) Name() string
- func (factory *HorizonBoxBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
- func (factory *HorizonBoxBeeFactory) Options() []bees.BeeOptionDescriptor
- type HorizonBoxBeeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HorizonBoxBee ¶
type HorizonBoxBee struct { bees.Bee State HorizonBoxBeeState // contains filtered or unexported fields }
func (*HorizonBoxBee) ReloadOptions ¶
func (mod *HorizonBoxBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
func (*HorizonBoxBee) Run ¶
func (mod *HorizonBoxBee) Run(cin chan bees.Event)
Run executes the Bee's event loop.
type HorizonBoxBeeFactory ¶
type HorizonBoxBeeFactory struct {
bees.BeeFactory
}
HorizonBoxBeeFactory is a factory for HorizonBoxBees.
func (*HorizonBoxBeeFactory) Description ¶
func (factory *HorizonBoxBeeFactory) Description() string
Description returns the description of this Bee.
func (*HorizonBoxBeeFactory) Events ¶
func (factory *HorizonBoxBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (*HorizonBoxBeeFactory) ID ¶
func (factory *HorizonBoxBeeFactory) ID() string
ID returns the ID of this Bee.
func (*HorizonBoxBeeFactory) Image ¶
func (factory *HorizonBoxBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (*HorizonBoxBeeFactory) LogoColor ¶
func (factory *HorizonBoxBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (*HorizonBoxBeeFactory) Name ¶
func (factory *HorizonBoxBeeFactory) Name() string
Name returns the name of this Bee.
func (*HorizonBoxBeeFactory) New ¶
func (factory *HorizonBoxBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (*HorizonBoxBeeFactory) Options ¶
func (factory *HorizonBoxBeeFactory) Options() []bees.BeeOptionDescriptor
type HorizonBoxBeeState ¶
type HorizonBoxBeeState struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.