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

Unified Diff: impl/memory/doc.go

Issue 1302813003: impl/memory: Implement Queries (Closed) Base URL: https://github.com/luci/gae.git@add_multi_iterator
Patch Set: stringSet everywhere 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/memory/datastore_test.go ('k') | impl/memory/error_markers.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/doc.go
diff --git a/impl/memory/doc.go b/impl/memory/doc.go
index 4bd4971b202e7129dc54f0a55435c47c3508e15c..0954f1aff3b8ef180b10224a2723ebe321cd4ee8 100644
--- a/impl/memory/doc.go
+++ b/impl/memory/doc.go
@@ -3,5 +3,6 @@
// found in the LICENSE file.
// Package memory provides an implementation of infra/gae/libs/wrapper which
-// backs to local memory ONLY. This is useful for unittesting.
+// backs to local memory ONLY. This is useful for unittesting, and is also used
+// for the nested-transaction filter implementation.
package memory
« no previous file with comments | « impl/memory/datastore_test.go ('k') | impl/memory/error_markers.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698