Documentation
¶
Index ¶
- type Job
- type Jobs
- func (t Jobs) Add(e schedule.Entry, delay time.Duration, bus chan any)
- func (t Jobs) Del(e schedule.Entry)
- func (t Jobs) DelId(jobId string)
- func (t Jobs) DelPath(p naming.Path)
- func (t Jobs) Done(e schedule.Entry) Job
- func (t Jobs) Get(e schedule.Entry) (Job, bool)
- func (t Jobs) Has(e schedule.Entry) bool
- func (t Jobs) PathIds(path naming.Path) []string
- func (t Jobs) Purge()
- func (t Jobs) Table(path naming.Path) schedule.Table
- type Schedules
- type T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
CreatedAt time.Time
LastRunAt time.Time
// contains filtered or unexported fields
}
Job is a schedule entries with alarms set.
Click to show internal directories.
Click to hide internal directories.