import "github.com/muesli/beehive/bees/githubbee"
Package githubbee is a Bee that can interface with GitHub
Package githubbee is a Bee that can interface with GitHub
events.go githubbee.go githubbeefactory.go
GitHubBee is a Bee that can interface with GitHub
Action triggers the actions passed to it.
func (mod *GitHubBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
Run executes the Bee's event loop.
type GitHubBeeFactory struct { bees.BeeFactory }
GitHubBeeFactory is a factory for GitHubBees
func (factory *GitHubBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *GitHubBeeFactory) Description() string
Description returns the desciption of this Bee.
func (factory *GitHubBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *GitHubBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *GitHubBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *GitHubBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *GitHubBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *GitHubBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *GitHubBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package githubbee imports 7 packages (graph) and is imported by 12 packages. Updated 2021-01-26. Refresh now. Tools for package owners.