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