Documentation ¶
Index ¶
- type Service
- func (s *Service) AddFailedJob(job *async.Job)
- func (s *Service) CreateJob(ctx context.Context, job *async.Job) error
- func (s *Service) EnsureJobTables(ctx context.Context) error
- func (s *Service) Init(ctx context.Context) error
- func (s *Service) JobById(ctx context.Context, jobID string) (*async.Job, error)
- func (s *Service) JobByMatchKey(ctx context.Context, matchKey string, ttl time.Duration, ttlErr time.Duration) (*async.Job, error)
- func (s *Service) UpdateJob(ctx context.Context, job *async.Job) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func (*Service) AddFailedJob ¶
func (*Service) JobByMatchKey ¶
Click to show internal directories.
Click to hide internal directories.