Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: server/logdog/storage/storage.go

Issue 1672833003: LogDog: Add log rendering view. Base URL: https://github.com/luci/luci-go@master
Patch Set: Clean up, add tests, little reorg. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/logdog/storage/memory/memory.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/logdog/storage/storage.go
diff --git a/server/logdog/storage/storage.go b/server/logdog/storage/storage.go
index 4214bfa7d2e79a102027f8a090e35daeddea7015..eb5d8a832b6368b9ffad19b2eb684f76c63d9fc6 100644
--- a/server/logdog/storage/storage.go
+++ b/server/logdog/storage/storage.go
@@ -49,7 +49,7 @@ type GetRequest struct {
//
// The Storage instance may return fewer records than the supplied Limit as an
// implementation detail.
- Limit int
+ Limit int64
}
// GetCallback is invoked for each record in the Get request. If it returns
« no previous file with comments | « server/logdog/storage/memory/memory.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698