import "github.com/muesli/beehive/bees/ipifybee"
ipifybee.go ipifybeefactory.go
Action triggers the action passed to it.
func (mod *IpifyBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
Run executes the Bee's event loop.
type IpifyBeeFactory struct { bees.BeeFactory }
IpifyBeeFactory takes care of initializing IpifyBee
func (factory *IpifyBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *IpifyBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *IpifyBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *IpifyBeeFactory) Image() string
Image returns the asset name of this Bee (in the assets/bees folder)
func (factory *IpifyBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *IpifyBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *IpifyBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package ipify imports 3 packages (graph) and is imported by 3 packages. Updated 2019-10-25. Refresh now. Tools for package owners.