summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces')
-rw-r--r--einterfaces/cluster.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go
index 30a1af103..43ce46280 100644
--- a/einterfaces/cluster.go
+++ b/einterfaces/cluster.go
@@ -19,6 +19,7 @@ type ClusterInterface interface {
GetLogs() ([]string, *model.AppError)
GetClusterId() string
ConfigChanged(previousConfig *model.Config, newConfig *model.Config, sendToOtherServer bool) *model.AppError
+ InvalidateAllCaches() *model.AppError
}
var theClusterInterface ClusterInterface