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