Home
last modified time | relevance | path

Searched defs:RetryLayerJobStore (Results 1 – 1 of 1) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go265 type RetryLayerJobStore struct { struct
266 store.JobStore
267 Root *RetryLayer
4489 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 …]