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

Unified Diff: service/taskqueue/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 | « impl/prod/taskqueue.go ('k') | service/taskqueue/raw_interface.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/taskqueue/interface.go
diff --git a/service/taskqueue/interface.go b/service/taskqueue/interface.go
index 7106bf29fc877fb3bc067bf0a6ca5fda321bde64..1e6a65b3e3b43777cacabb3df1e6dab849ebafc0 100644
--- a/service/taskqueue/interface.go
+++ b/service/taskqueue/interface.go
@@ -41,4 +41,6 @@ type Interface interface {
Stats(queueNames ...string) ([]Statistics, error)
Raw() RawInterface
+
+ Testable() Testable
}
« no previous file with comments | « impl/prod/taskqueue.go ('k') | service/taskqueue/raw_interface.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698