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

Unified Diff: filter/featureBreaker/doc.go

Issue 1241423003: Minor doc improvements (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 5 years, 5 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 | « README.md ('k') | impl/dummy/doc.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/featureBreaker/doc.go
diff --git a/filter/featureBreaker/doc.go b/filter/featureBreaker/doc.go
new file mode 100644
index 0000000000000000000000000000000000000000..0f30e141df94474b7bb548b3a1f40e1a5a0cf049
--- /dev/null
+++ b/filter/featureBreaker/doc.go
@@ -0,0 +1,10 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Package featureBreaker contains filters for dynamically disabling/breaking
+// API features at test-time.
+//
+// In particular, it can be used to cause specific service methods to start
+// returning specific errors during the test.
+package featureBreaker
« no previous file with comments | « README.md ('k') | impl/dummy/doc.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698