Implement GET /logs endpoint for APIv4 (#5778)

Этот коммит содержится в:
Joram Wilander
2017-03-16 14:59:44 -04:00
коммит произвёл Corey Hulen
родитель 24848f9d6a
Коммит 0bc3e46082
6 изменённых файлов: 89 добавлений и 7 удалений

Просмотреть файл

@@ -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