Versions in this module Expand all Collapse all v1 v1.0.0 Dec 31, 2017 Changes in this version + func Send(c context.Context, n *Notification) error + func ToContext(c Setter, s Sender) + type Commit struct + Author string + Link string + Message string + Repo string + type Notification struct + Commit *Commit + Reviewers []*Reviewer + type Reviewer struct + Email string + Login string + type Sender interface + Send func(*Notification) error + func FromContext(c context.Context) Sender + type Setter interface + Set func(string, interface{})