blob: 56725b9ceb79aad864e94097ecdb03c4b40e60e2 [file] [log] [blame]
// Copyright 2022 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.
/// Agent for capturing policy state from messages from the message hub to
/// policy proxies.
pub(crate) mod policy_values;
/// Agent for capturing setting values of messages between proxies and setting
/// handlers.
pub(crate) mod setting_values;
/// Agent for writing the recent request payloads to inspect.
pub(crate) mod setting_proxy;
/// Agent for writing api usage counts.
pub(crate) mod usage_counts;