Documentation
¶
Overview ¶
Package teams is the teams notification
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifyConfig ¶
type NotifyConfig struct { base.DefaultNotify `yaml:",inline"` WebhookURL string `` /* 131-byte string literal not displayed */ }
NotifyConfig is the teams notification configuration
func (*NotifyConfig) Config ¶
func (c *NotifyConfig) Config(gConf global.NotifySettings) error
Config configures the teams notification
func (*NotifyConfig) SendTeamsMessage ¶
func (c *NotifyConfig) SendTeamsMessage(title, msg string) error
SendTeamsMessage sends the message to the teams channel
Click to show internal directories.
Click to hide internal directories.