Documentation ¶
Index ¶
- type Job
- func (j *Job) At(time string) (job *Job)
- func (j *Job) Day() (job *Job)
- func (j *Job) Days() (job *Job)
- func (j *Job) Do(func())
- func (j *Job) Friday() (job *Job)
- func (j *Job) FromZero() (job *Job)
- func (j *Job) Hour() (job *Job)
- func (j *Job) Hours() (job *Job)
- func (j *Job) Minute() (job *Job)
- func (j *Job) Minutes() (job *Job)
- func (j *Job) Monday() (job *Job)
- func (j *Job) Month() (job *Job)
- func (j *Job) Months() (job *Job)
- func (j *Job) Saturday() (job *Job)
- func (j *Job) Second() (job *Job)
- func (j *Job) Seconds() (job *Job)
- func (j *Job) Sunday() (job *Job)
- func (j *Job) Thursday() (job *Job)
- func (j *Job) Tuesday() (job *Job)
- func (j *Job) Wednesday() (job *Job)
- func (j *Job) Week() (job *Job)
- func (j *Job) Weeks() (job *Job)
- func (j *Job) Year() (job *Job)
- func (j *Job) Years() (job *Job)
- type Scheduler
- type Store
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
}
func NewScheduler ¶
func NewScheduler() *Scheduler
Click to show internal directories.
Click to hide internal directories.