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

Unified Diff: impl/prod/info.go

Issue 1871943003: Add Info Testable interface, implement for memory. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Created 4 years, 8 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
Index: impl/prod/info.go
diff --git a/impl/prod/info.go b/impl/prod/info.go
index a4a67a87be21f02c0e3d9e0ec0e8d955b6edb04f..344012621752afa9285f45ffdb83bff8a8599b1d 100644
--- a/impl/prod/info.go
+++ b/impl/prod/info.go
@@ -111,6 +111,10 @@ func (g giImpl) VersionID() string {
return appengine.VersionID(g.aeCtx)
}
+func (g giImpl) Testable() info.Testable {
+ return nil
+}
+
type infoProbeCache struct {
namespace string
fqaid string
« filter/count/gi.go ('K') | « impl/memory/info_test.go ('k') | service/info/interface.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698