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

Unified Diff: impl/dummy/dummy.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/dummy/dummy.go
diff --git a/impl/dummy/dummy.go b/impl/dummy/dummy.go
index 01c192f06c31d8418a236c6bed8686511c028440..dd323cd75c3856563d31577ced0e2ac641596730 100644
--- a/impl/dummy/dummy.go
+++ b/impl/dummy/dummy.go
@@ -162,6 +162,7 @@ func (i) ServerSoftware() string
func (i) IsCapabilityDisabled(err error) bool { panic(ni()) }
func (i) IsOverQuota(err error) bool { panic(ni()) }
func (i) IsTimeoutError(err error) bool { panic(ni()) }
+func (i) Testable() info.Testable { panic(ni()) }
var dummyInfoInst = i{}
« filter/count/gi.go ('K') | « filter/count/gi.go ('k') | impl/memory/context.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698