Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleChat ¶
type GoogleChat struct {
WebhookURL string
}
GoogleChat represents the ability to send notifications to Google Hangouts Chat. https://chat.google.com
func (*GoogleChat) HandleEvent ¶
func (g *GoogleChat) HandleEvent(releaseEvent *kwrelease.Event)
HandleEvent sends notifications when release events occur.
func (*GoogleChat) HandleServerStartup ¶
func (g *GoogleChat) HandleServerStartup(releases []*release.Release)
HandleServerStartup sends notifications when KubeWise starts up.
func (*GoogleChat) Init ¶
func (g *GoogleChat) Init()
Init retrieves configuration properties from environment variables and stores them in the GoogleChat instance.
Click to show internal directories.
Click to hide internal directories.