mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Fix linter error
This commit is contained in:
parent
9367eb1365
commit
ad52a8dc1b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ package modules
|
||||||
|
|
||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
|
// SleepyTicker is wrapper over time.Ticker that respects the sleep mode of the module.
|
||||||
type SleepyTicker struct {
|
type SleepyTicker struct {
|
||||||
ticker time.Ticker
|
ticker time.Ticker
|
||||||
module *Module
|
module *Module
|
||||||
|
|
Loading…
Add table
Reference in a new issue