import "github.com/muesli/beehive/bees/gotifybee"
Package gotifybee is able to send notifications on Gotify.
Package gotifybee is able to send notifications on Gotify.
gotifybee.go gotifybeefactory.go
GotifyBee is a Bee that is able to send notifications on Gotify.
Action triggers the action passed to it.
func (mod *GotifyBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
type GotifyBeeFactory struct { bees.BeeFactory }
GotifyBeeFactory is a factory for GotifyBees.
func (factory *GotifyBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *GotifyBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *GotifyBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *GotifyBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *GotifyBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *GotifyBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *GotifyBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *GotifyBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *GotifyBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package gotifybee imports 4 packages (graph) and is imported by 1 packages. Updated 2020-11-06. Refresh now. Tools for package owners.