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

Unified Diff: logdog/server/archivist/storageSource.go

Issue 2575383002: Add server/cache support to gaeconfig. (Closed)
Patch Set: Un-collapse. Created 3 years, 11 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 | « logdog/server/archivist/archivist_test.go ('k') | logdog/server/collector/collector.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/server/archivist/storageSource.go
diff --git a/logdog/server/archivist/storageSource.go b/logdog/server/archivist/storageSource.go
index 3c8f33cd2696d4769085b4789f2b519fed865a7d..24cfc438db7e24271e6b5811cb5146aa5ce91a54 100644
--- a/logdog/server/archivist/storageSource.go
+++ b/logdog/server/archivist/storageSource.go
@@ -12,6 +12,7 @@ import (
"github.com/luci/luci-go/logdog/common/storage"
"github.com/luci/luci-go/logdog/common/types"
"github.com/luci/luci-go/luci_config/common/cfgtypes"
+
"golang.org/x/net/context"
)
« no previous file with comments | « logdog/server/archivist/archivist_test.go ('k') | logdog/server/collector/collector.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698