Versions in this module Expand all Collapse all v1 v1.0.1 Apr 23, 2025 v1.0.0 Apr 14, 2025 Changes in this version + func ParseStringToTime(ts string) *time.Time + type BasicTimer struct + func NewBasicTimer() *BasicTimer + func (t *BasicTimer) Now() time.Time + type MockTimer struct + func NewMockTimer(ts string) *MockTimer + func (t *MockTimer) Now() time.Time + func (t *MockTimer) SetTime(nt time.Time) + type Timer interface + Now func() time.Time