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

Unified Diff: service/taskqueue/interface.go

Issue 1335083002: Add emulation of transaction retries to memory impl of RunInTransaction. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: add Testable() to non-Raw interfaces Created 5 years, 3 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 7106bf29fc877fb3bc067bf0a6ca5fda321bde64..b7ff6b4fc2b9beecfeedb798f54ca6d0412ab077 100644
--- a/service/taskqueue/interface.go
+++ b/service/taskqueue/interface.go
@@ -40,5 +40,7 @@ type Interface interface {
Stats(queueNames ...string) ([]Statistics, error)
+ Testable() Testable
+
Raw() RawInterface
}
« 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