summaryrefslogtreecommitdiffstats
path: root/app/app.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-09-27 11:52:34 -0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-09-28 00:52:34 +0800
commit8c80cdde38cceb3424b2b1f43eadf7a1aab0c6df (patch)
treeb3563dfe35ad78991774c9d1842dc439376e1db1 /app/app.go
parent1bd66589a2adc67df5df9c108a2f2ecc77dfdf44 (diff)
downloadchat-8c80cdde38cceb3424b2b1f43eadf7a1aab0c6df.tar.gz
chat-8c80cdde38cceb3424b2b1f43eadf7a1aab0c6df.tar.bz2
chat-8c80cdde38cceb3424b2b1f43eadf7a1aab0c6df.zip
remove remaining Global() calls (outside of tests) (#7521)
Diffstat (limited to 'app/app.go')
-rw-r--r--app/app.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/app.go b/app/app.go
index eaaf9acee..e85fa6342 100644
--- a/app/app.go
+++ b/app/app.go
@@ -20,6 +20,11 @@ type App struct {
PluginEnv *pluginenv.Environment
PluginConfigListenerId string
+ EmailBatching *EmailBatchingJob
+
+ Hubs []*Hub
+ HubsStopCheckingForDeadlock chan bool
+
AccountMigration einterfaces.AccountMigrationInterface
Brand einterfaces.BrandInterface
Cluster einterfaces.ClusterInterface