| 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
|
|
|