Documentation ¶
Index ¶
Constants ¶
View Source
const ( STATUS_OK = iota STATUS_FN_NOT_REGISTERED STATUS_ERR_WHILE_SENDING )
Variables ¶
View Source
var RegisteredFn = models.PluginList{ httpmsg.Plugin, }
Functions ¶
This section is empty.
Types ¶
type AlertManager ¶
type AlertManager struct {
// contains filtered or unexported fields
}
func CreateAlertManager ¶
func CreateAlertManager(availableChannels []string, registeredFn models.PluginList) *AlertManager
func (*AlertManager) SendAlert ¶
func (am *AlertManager) SendAlert(i models.AlertInput) (string, int)
Click to show internal directories.
Click to hide internal directories.