Fix linter error

This commit is contained in:
Vladimir Stoilov 2023-04-20 10:18:51 +02:00
parent 9367eb1365
commit ad52a8dc1b

View file

@ -2,6 +2,7 @@ package modules
import "time"
// SleepyTicker is wrapper over time.Ticker that respects the sleep mode of the module.
type SleepyTicker struct {
ticker time.Ticker
module *Module