Versions in this module Expand all Collapse all v1 v1.0.3 Nov 22, 2019 Changes in this version + func Alarm(message string) + type Config struct + Targets []string + Type string + func ExampleConfig() []*Config + type SMTPConfig struct + From string + Password string + Server string + Username string + func SMTPExampleConfig() *SMTPConfig + func (cfg *SMTPConfig) Send(targets []string, message string) + type WebHookConfig struct + Method string + TimeOut time.Duration + func WebHookExampleConfig() *WebHookConfig + func (cfg *WebHookConfig) Send(targets []string, message string)