Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job interface {
FullName() string
ModuleName() string
Name() string
AutoDetectionRetry() int
Panicked() bool
Init() bool
Check() bool
PostCheck() bool
Tick(clock int)
Start()
Stop()
}
Job is an interface that represents a job.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.