blob: e5c85755fb8f3bab7bedb90a0f7cd8af0dcb17b1 [file]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
deprecated_syntax;
library fuchsia.diagnostics.internal;
/// Controller for a detect instance. A no-op protocol to work around limitations of eager
/// components.
[Discoverable]
protocol DetectController {
};