summaryrefslogtreecommitdiffstats
path: root/jobs/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/server.go')
-rw-r--r--jobs/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/server.go b/jobs/server.go
index 667d6c075..8c5ee807d 100644
--- a/jobs/server.go
+++ b/jobs/server.go
@@ -17,7 +17,7 @@ type JobServer struct {
Workers *Workers
Schedulers *Schedulers
- DataRetention ejobs.DataRetentionInterface
+ DataRetentionJob ejobs.DataRetentionJobInterface
ElasticsearchAggregator ejobs.ElasticsearchAggregatorInterface
ElasticsearchIndexer ejobs.ElasticsearchIndexerInterface
LdapSync ejobs.LdapSyncInterface