From 4e59a27293394b6d5529efd13ad711daebbc0eb3 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 26 Sep 2018 12:42:51 -0400 Subject: Move HTTPService and ConfigService into services package (#9422) * Move HTTPService and ConfigService into utils package * Re-add StaticConfigService * Move config and http services into their own packages --- jobs/workers.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jobs/workers.go') diff --git a/jobs/workers.go b/jobs/workers.go index 9909e035c..ad457ed2a 100644 --- a/jobs/workers.go +++ b/jobs/workers.go @@ -8,11 +8,12 @@ import ( "github.com/mattermost/mattermost-server/mlog" "github.com/mattermost/mattermost-server/model" + "github.com/mattermost/mattermost-server/services/configservice" ) type Workers struct { startOnce sync.Once - ConfigService ConfigService + ConfigService configservice.ConfigService Watcher *Watcher DataRetention model.Worker -- cgit v1.2.3-1-g7c22