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

Unified Diff: filter/featureBreaker/mail.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/gi.go ('k') | filter/featureBreaker/mc.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/featureBreaker/mail.go
diff --git a/filter/featureBreaker/mail.go b/filter/featureBreaker/mail.go
index d5023c59802285f38f904da8dd2d34678a065b91..3899e5f9592ca8f8c5ed5aebc128c2a86dd43a15 100644
--- a/filter/featureBreaker/mail.go
+++ b/filter/featureBreaker/mail.go
@@ -25,7 +25,7 @@ func (m *mailState) SendToAdmins(msg *mail.Message) error {
return m.run(func() error { return m.Interface.SendToAdmins(msg) })
}
-// FilterMail installs a counter mail filter in the context.
+// FilterMail installs a featureBreaker mail filter in the context.
func FilterMail(c context.Context, defaultError error) (context.Context, FeatureBreaker) {
state := newState(defaultError)
return mail.AddFilters(c, func(ic context.Context, i mail.Interface) mail.Interface {
« no previous file with comments | « filter/featureBreaker/gi.go ('k') | filter/featureBreaker/mc.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698