summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces')
-rw-r--r--einterfaces/cluster.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go
index b7ba55144..1c6b1e071 100644
--- a/einterfaces/cluster.go
+++ b/einterfaces/cluster.go
@@ -23,7 +23,7 @@ type ClusterInterface interface {
InvalidateCacheForReactions(postId string)
Publish(event *model.WebSocketEvent)
UpdateStatus(status *model.Status)
- GetLogs() ([]string, *model.AppError)
+ GetLogs(page, perPage int) ([]string, *model.AppError)
GetClusterId() string
ConfigChanged(previousConfig *model.Config, newConfig *model.Config, sendToOtherServer bool) *model.AppError
InvalidateAllCaches() *model.AppError