Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilAlarmScheduler = errors.New("nil alarm scheduler")
ErrNilAlarmScheduler is raised when a valid alarm scheduler is expected but nil is used
View Source
var ErrNilEndProcessChan = errors.New("nil end process chan")
ErrNilEndProcessChan is raised when a valid end process chan is expected but nil is used
Functions ¶
func NewWatchdog ¶
func NewWatchdog( alarmScheduler core.TimersScheduler, chanStopNodeProcess chan endProcess.ArgEndProcess, ) (core.WatchdogTimer, error)
NewWatchdog creates a new instance of WatchdogTimer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.