Versions in this module Expand all Collapse all v1 v1.0.2 Oct 16, 2023 v1.0.1 Apr 26, 2023 v1.0.0 Apr 26, 2023 Changes in this version + type CallbackT struct + Callback func(interface{}) + Params interface{} + type TimedOff struct + func New(duration time.Duration, cb ...*CallbackT) *TimedOff + func (t *TimedOff) IsOn() bool + func (t *TimedOff) Off() + func (t *TimedOff) On()