| // 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 monitoring | |
| // Package monitoring does not yet contain any code itself but its | |
| // subpackages do. | |
| // - analyzer constructs alerts from master, builder and build state. | |
| // - client provides a strongly-typed interface to chrome infra JSON services. | |
| // - dispatcher is an executable that runs an analysis job. |