Versions in this module Expand all Collapse all v0 v0.6.0 May 21, 2024 v0.5.0 Dec 2, 2023 v0.4.0 Nov 21, 2023 Changes in this version + type Ticker struct + C chan time.Time + func NewTicker(schedule string) (Ticker, error) + func NewTickerWithLocation(schedule string, loc *time.Location) (Ticker, error) + func (c *Ticker) Reset(schedule string, loc *time.Location) error + func (c *Ticker) Stop()