Versions in this module Expand all Collapse all v0 v0.2.1 Oct 7, 2014 Changes in this version + type Flowdock struct + Failure bool + Source string + Started bool + Success bool + Tags string + Token string + func (f *Flowdock) Send(context *Context) error type Notification + Flowdock *Flowdock + Slack *Slack + type Slack struct + Channel string + Failure bool + Started bool + Success bool + Team string + Token string + Username string + func (s *Slack) Send(context *Context) error v0.2.0 Mar 12, 2014 Changes in this version + type Context struct + Commit *model.Commit + Host string + Repo *model.Repo + User *model.User + type Email struct + Failure string + Recipients []string + Success string + func (e *Email) Send(context *Context) error + type Hipchat struct + Failure bool + Room string + Started bool + Success bool + Token string + func (h *Hipchat) Send(context *Context) error + type IRC struct + Channel string + Client *irc.Conn + ClientStarted bool + Failure bool + Nick string + SSL bool + Server string + Started bool + Success bool + func (i *IRC) Connect() + func (i *IRC) Send(context *Context) error + type Notification struct + Email *Email + Hipchat *Hipchat + Irc *IRC + Webhook *Webhook + func (n *Notification) Send(context *Context) error + type Sender interface + Send func(context *Context) error + type Webhook struct + Failure bool + Success bool + URL []string + func (w *Webhook) Send(context *Context) error