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

Unified Diff: service/taskqueue/taskqueue.go

Issue 1355783002: Refactor keys and queries in datastore service and implementation. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: appease errcheck 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/taskqueue/errors.go ('k') | service/taskqueue/types.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/taskqueue/taskqueue.go
diff --git a/service/taskqueue/taskqueue.go b/service/taskqueue/taskqueue.go
index 7a1f9a6bbc320a0902ab026ccb9fd6a6cd2bb7f8..5952cc98940d87f60552d99c87532cd76a4ef4f0 100644
--- a/service/taskqueue/taskqueue.go
+++ b/service/taskqueue/taskqueue.go
@@ -81,6 +81,7 @@ func (t *taskqueueImpl) Testable() Testable {
var _ Interface = (*taskqueueImpl)(nil)
+// Get gets the Interface implementation from context.
func Get(c context.Context) Interface {
return &taskqueueImpl{GetRaw(c)}
}
« no previous file with comments | « service/taskqueue/errors.go ('k') | service/taskqueue/types.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698