Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QanWorker ¶
type QanWorker struct { SetupChan chan bool RunChan chan bool StopChan chan bool CleanupChan chan bool ErrorChan chan error SetupCrashChan chan bool RunCrashChan chan bool CleanupCrashChan chan bool Interval *iter.Interval Result *report.Result }
func NewQanWorker ¶
func NewQanWorker() *QanWorker
Click to show internal directories.
Click to hide internal directories.