Versions in this module Expand all Collapse all v0 v0.2.6 Apr 27, 2021 v0.2.5 Apr 27, 2021 Changes in this version + func ParseTimerID(url string) (string, error) + type DmTimers struct + func (d *DmTimers) Add(key string, value *time.Timer) + func (d *DmTimers) Del(key string, value *time.Timer) + func (d *DmTimers) Get(key string) *time.Timer + func (d *DmTimers) Keys() []string + func (d *DmTimers) Len() int