import "github.com/muesli/beehive/bees/socketbee"
Package socketbee is a Bee that lets you transmit data via UDP sockets.
socketbee.go socketbeefactory.go
SocketBee is a Bee that lets you transmit data via UDP sockets.
Action triggers the action passed to it.
func (mod *SocketBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
Run executes the Bee's event loop.
type SocketBeeFactory struct { bees.BeeFactory }
SocketBeeFactory is a factory for SocketBees.
func (factory *SocketBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *SocketBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *SocketBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *SocketBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *SocketBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *SocketBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *SocketBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *SocketBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
Package socketbee imports 4 packages (graph) and is imported by 3 packages. Updated 2019-05-04. Refresh now. Tools for package owners.