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

Unified Diff: go/src/infra/gae/libs/gae/memory/memcache.go

Issue 1226063003: Move dummy service implementations into their own package. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@abstract
Patch Set: rebase Created 5 years, 5 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 | « go/src/infra/gae/libs/gae/memory/globalinfo.go ('k') | go/src/infra/gae/libs/gae/memory/raw_datstore.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/gae/memory/memcache.go
diff --git a/go/src/infra/gae/libs/gae/memory/memcache.go b/go/src/infra/gae/libs/gae/memory/memcache.go
index 3d1ea59b7cb87b4ba8edf0aa7cd7e3acbe158ece..616c11d909539b07c2841ed09eff3267019741c3 100644
--- a/go/src/infra/gae/libs/gae/memory/memcache.go
+++ b/go/src/infra/gae/libs/gae/memory/memcache.go
@@ -10,6 +10,7 @@ import (
"time"
"infra/gae/libs/gae"
+ "infra/gae/libs/gae/dummy"
"github.com/luci/luci-go/common/clock"
)
@@ -104,7 +105,7 @@ func useMC(c context.Context) context.Context {
}
return &memcacheImpl{
- gae.DummyMC(),
+ dummy.MC(),
mcd,
ic,
}
« no previous file with comments | « go/src/infra/gae/libs/gae/memory/globalinfo.go ('k') | go/src/infra/gae/libs/gae/memory/raw_datstore.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698