Versions in this module Expand all Collapse all v0 v0.0.3 Apr 20, 2015 v0.0.2 Apr 7, 2015 Changes in this version type HttpNotifier + User []string v0.0.1 Sep 23, 2014 Changes in this version + type HttpNotifier struct + From string + To string + URL string + func NewHttpNotifier() *HttpNotifier + func (n HttpNotifier) Notify(subject string, text string, attachfile string) + type Notifier interface + Notify func(subject string, text string, attachfile string) + func NotifierFactory() (Notifier, error) + type SmtpNotifier struct + From string + Host string + To string + func NewSmtpNotifier() *SmtpNotifier + func (n SmtpNotifier) Notify(subject string, text string, attachfile string)