import "github.com/muesli/beehive/bees/htmlextractbee"
Package htmlextractbee is a Bee that can extract metadata from HTTP URLs.
htmlextractbee.go htmlextractbeefactory.go
HTMLExtractBee is a Bee that can extract metadata from HTTP URLs.
func (mod *HTMLExtractBee) Action(action bees.Action) []bees.Placeholder
Action triggers the action passed to it.
func (mod *HTMLExtractBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
func (mod *HTMLExtractBee) Run(eventChan chan bees.Event)
Run executes the Bee's event loop.
type HTMLExtractBeeFactory struct { bees.BeeFactory }
HTMLExtractBeeFactory is a factory for HTMLExtractBees.
func (factory *HTMLExtractBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *HTMLExtractBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *HTMLExtractBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *HTMLExtractBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *HTMLExtractBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *HTMLExtractBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *HTMLExtractBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *HTMLExtractBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
Package htmlextractbee imports 3 packages (graph) and is imported by 14 packages. Updated 2017-03-23. Refresh now. Tools for package owners.