Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool interface {
CreateJob(topic job.Topic, id job.Id,
delay job.Delay, ttr job.TTR, body job.Body, override bool) (*job.Job, error)
LoadReadyJob(topic job.Topic, id job.Id, version job.Version) (*job.Job, error)
DeleteJob(topic job.Topic, id job.Id) error
}
Pool is an interface for manage information of jobs.
Click to show internal directories.
Click to hide internal directories.