Searched defs:RetryLayerJobStore (Results 1 – 1 of 1) sorted by relevance
265 type RetryLayerJobStore struct { struct266 store.JobStore267 Root *RetryLayer4489 func (s *RetryLayerJobStore) Delete(id string) (string, error) {4509 func (s *RetryLayerJobStore) Get(id string) (*model.Job, error) {4529 func (s *RetryLayerJobStore) GetAllByStatus(status string) ([]*model.Job, error) {4549 func (s *RetryLayerJobStore) GetAllByType(jobType string) ([]*model.Job, error) {4609 func (s *RetryLayerJobStore) GetAllPage(offset int, limit int) ([]*model.Job, error) {4629 func (s *RetryLayerJobStore) GetCountByStatusAndType(status string, jobType string) (int64, error) {4689 func (s *RetryLayerJobStore) Save(job *model.Job) (*model.Job, error) {[all …]