mirror of
https://github.com/safing/portbase
synced 2025-04-16 15:39:08 +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"
|
||||
|
||||
// SleepyTicker is wrapper over time.Ticker that respects the sleep mode of the module.
|
||||
type SleepyTicker struct {
|
||||
ticker time.Ticker
|
||||
module *Module
|
||||
|
|
Loading…
Add table
Reference in a new issue