From 0bc3e46082d9018188262f9cb8fdbc206d0656a0 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 16 Mar 2017 14:59:44 -0400 Subject: Implement GET /logs endpoint for APIv4 (#5778) --- einterfaces/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'einterfaces') 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 -- cgit v1.2.3-1-g7c22