Versions in this module Expand all Collapse all v1 v1.0.9 Sep 3, 2020 Changes in this version + type Thread struct + func New(log logrus.FieldLogger, name string, interval time.Duration, exec func()) *Thread + func (t *Thread) Start() + func (t *Thread) Stop()