Documentation
¶
Index ¶
Constants ¶
View Source
const ( ByDaysScheduleScanConfig = "ByDaysScheduleScanConfig" ByHoursScheduleScanConfig = "ByHoursScheduleScanConfig" SingleScheduleScanConfig = "SingleScheduleScanConfig" WeeklyScheduleScanConfig = "WeeklyScheduleScanConfig" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
func CreateScheduler ¶
func CreateScheduler(scanChan chan *runtimescanner.ScanConfig, dbHandler database.Database) *Scheduler
Click to show internal directories.
Click to hide internal directories.