summaryrefslogtreecommitdiffstats
path: root/app/app.go
diff options
context:
space:
mode:
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