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

Unified Diff: filter/featureBreaker/rds.go

Issue 1772943003: Add wrappers for the module module (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: CL comments Created 4 years, 9 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 | « filter/featureBreaker/mod.go ('k') | filter/featureBreaker/tq.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/featureBreaker/rds.go
diff --git a/filter/featureBreaker/rds.go b/filter/featureBreaker/rds.go
index c3fa44f56cde1bc9f5103dbc563939de0a012af2..ee7829e4cdfde230b3f0d306d4feae2893dc4a27 100644
--- a/filter/featureBreaker/rds.go
+++ b/filter/featureBreaker/rds.go
@@ -55,7 +55,7 @@ func (r *dsState) RunInTransaction(f func(c context.Context) error, opts *ds.Tra
})
}
-// TODO(riannucci): Allow the user to specify a multierror which will propagate
+// TODO(iannucci): Allow the user to specify a multierror which will propagate
// to the callback correctly.
func (r *dsState) DeleteMulti(keys []*ds.Key, cb ds.DeleteMultiCB) error {
@@ -80,7 +80,7 @@ func (r *dsState) Testable() ds.Testable {
return r.rds.Testable()
}
-// FilterRDS installs a counter datastore filter in the context.
+// FilterRDS installs a featureBreaker datastore filter in the context.
func FilterRDS(c context.Context, defaultError error) (context.Context, FeatureBreaker) {
state := newState(defaultError)
return ds.AddRawFilters(c, func(ic context.Context, RawDatastore ds.RawInterface) ds.RawInterface {
« no previous file with comments | « filter/featureBreaker/mod.go ('k') | filter/featureBreaker/tq.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698