Versions in this module Expand all Collapse all v0 v0.0.1 Nov 13, 2015 Changes in this version + type HTTPNotifier struct + func NewHTTPNotifier(URL string) (*HTTPNotifier, error) + func (notifier *HTTPNotifier) Healthcheck() health.Status + func (notifier *HTTPNotifier) Run(st *utils.Stopper) + type Notifier interface + Run func(*utils.Stopper)