Versions in this module Expand all Collapse all v0 v0.1.1 Jan 29, 2020 v0.1.0 Nov 13, 2019 Changes in this version + type HTTPNotifier struct + WebhookURLs []string + func NewHTTPNotifier(webhookURLs []string) HTTPNotifier + func (n HTTPNotifier) Notify(topic string, message []byte) error + type Notifier interface + Notify func(topic string, message []byte) error