summaryrefslogtreecommitdiffstats
path: root/einterfaces/jobs/data_retention.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/jobs/data_retention.go')
-rw-r--r--einterfaces/jobs/data_retention.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/einterfaces/jobs/data_retention.go b/einterfaces/jobs/data_retention.go
index 5910d6120..73f78e4fe 100644
--- a/einterfaces/jobs/data_retention.go
+++ b/einterfaces/jobs/data_retention.go
@@ -7,7 +7,7 @@ import (
"github.com/mattermost/mattermost-server/model"
)
-type DataRetentionInterface interface {
+type DataRetentionJobInterface interface {
MakeWorker() model.Worker
MakeScheduler() model.Scheduler
}