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

Unified Diff: service/taskqueue/raw_interface.go

Issue 1282673002: Make obtaining the Testable interface actually part of the interface. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 5 years, 4 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 | « service/taskqueue/interface.go ('k') | service/taskqueue/taskqueue.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/taskqueue/raw_interface.go
diff --git a/service/taskqueue/raw_interface.go b/service/taskqueue/raw_interface.go
index 700c1a8c20f8a91866c64e3b8742d781fa0e3ce8..b81a6be3dba6fcc156014025c1f4cec6c4ba556b 100644
--- a/service/taskqueue/raw_interface.go
+++ b/service/taskqueue/raw_interface.go
@@ -29,4 +29,6 @@ type RawInterface interface {
Purge(queueName string) error
Stats(queueNames []string, cb RawStatsCB) error
+
+ Testable() Testable
}
« no previous file with comments | « service/taskqueue/interface.go ('k') | service/taskqueue/taskqueue.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698