Documentation ¶ Index ¶ type ByTitle func (a ByTitle) Len() int func (a ByTitle) Less(i, j int) bool func (a ByTitle) Swap(i, j int) type Field type Notifier func (c *Notifier) Notify(diff notifier.DiffCache, wg *sync.WaitGroup) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ByTitle ¶ added in v1.0.0 type ByTitle []Field func (ByTitle) Len ¶ added in v1.0.0 func (a ByTitle) Len() int func (ByTitle) Less ¶ added in v1.0.0 func (a ByTitle) Less(i, j int) bool func (ByTitle) Swap ¶ added in v1.0.0 func (a ByTitle) Swap(i, j int) type Field ¶ type Field struct { Title string `json:"title"` Value string `json:"value"` Short bool `json:"short"` } type Notifier ¶ type Notifier struct { SlackWebhookURL string // contains filtered or unexported fields } func (*Notifier) Notify ¶ func (c *Notifier) Notify(diff notifier.DiffCache, wg *sync.WaitGroup) error Source Files ¶ View all Source files notifier.go Click to show internal directories. Click to hide internal directories.