Versions in this module Expand all Collapse all v1 v1.0.1 Mar 10, 2020 v1.0.0 Feb 29, 2020 Changes in this version + type Alert struct + Details string + Key string + Subject string + Timestamp time.Time + func NewAlert(subject string, details string) Alert + func (a *Alert) Equal(other Alert) bool + type DeadMansSwitch struct + Subject string + TTL time.Time + func (d *DeadMansSwitch) AsAlert(now time.Time) Alert + type DeadMansSwitchCheckinRequest struct + Subject string + TTL string + func NewDeadMansSwitchCheckinRequest(subject string, ttl string) DeadMansSwitchCheckinRequest + func (d *DeadMansSwitchCheckinRequest) AsAlert(details string) Alert