summaryrefslogtreecommitdiffstats
path: root/einterfaces/cluster.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/cluster.go')
-rw-r--r--einterfaces/cluster.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go
index 6b4395398..30a1af103 100644
--- a/einterfaces/cluster.go
+++ b/einterfaces/cluster.go
@@ -11,6 +11,7 @@ type ClusterInterface interface {
StartInterNodeCommunication()
StopInterNodeCommunication()
GetClusterInfos() []*model.ClusterInfo
+ GetClusterStats() ([]*model.ClusterStats, *model.AppError)
RemoveAllSessionsForUserId(userId string)
InvalidateCacheForUser(userId string)
Publish(event *model.WebSocketEvent)