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

Unified Diff: service/taskqueue/interface.go

Issue 1285703002: Add testable interface for datastore. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: fixes after Raw change 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/datastore/testable.go ('k') | no next file » | 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 1e6a65b3e3b43777cacabb3df1e6dab849ebafc0..7106bf29fc877fb3bc067bf0a6ca5fda321bde64 100644
--- a/service/taskqueue/interface.go
+++ b/service/taskqueue/interface.go
@@ -41,6 +41,4 @@ type Interface interface {
Stats(queueNames ...string) ([]Statistics, error)
Raw() RawInterface
-
- Testable() Testable
}
« no previous file with comments | « service/datastore/testable.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698