Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler responsible for scheduling cooperation between Spider,Checker and Backend.
func NewScheduler ¶
func NewScheduler() *Scheduler
NewScheduler returns a new scheduler instance with default configuration.
func (*Scheduler) GetBackend ¶
func (sc *Scheduler) GetBackend() backend.NotifyBackend
Click to show internal directories.
Click to hide internal directories.