Versions in this module Expand all Collapse all v4 v4.0.3 Mar 30, 2025 Changes in this version + type Timer struct + func NewStartUpTimer(serviceKey string) Timer + func NewTimer(duration int, interval int) Timer + func (t Timer) HasNotElapsed() bool + func (t Timer) RemainingAsString() string + func (t Timer) SinceAsString() string + func (t Timer) SleepForInterval() Other modules containing this package github.com/agile-edge/go-mod-bootstrap/v3