Searched refs:RetryLayerJobStore (Results 1 – 1 of 1) sorted by relevance
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/ |
H A D | retrylayer.go | 265 type RetryLayerJobStore struct { struct 4489 func (s *RetryLayerJobStore) Delete(id string) (string, error) { argument 4509 func (s *RetryLayerJobStore) Get(id string) (*model.Job, error) { argument 4529 func (s *RetryLayerJobStore) GetAllByStatus(status string) ([]*model.Job, error) { argument 4549 func (s *RetryLayerJobStore) GetAllByType(jobType string) ([]*model.Job, error) { argument 4609 func (s *RetryLayerJobStore) GetAllPage(offset int, limit int) ([]*model.Job, error) { argument 4629 func (s *RetryLayerJobStore) GetCountByStatusAndType(status string, jobType string) (int64, error) { argument 4689 func (s *RetryLayerJobStore) Save(job *model.Job) (*model.Job, error) { argument 4709 func (s *RetryLayerJobStore) UpdateOptimistically(job *model.Job, currentStatus string) (bool, erro… argument 4729 func (s *RetryLayerJobStore) UpdateStatus(id string, status string) (*model.Job, error) { argument [all …]
|