Skip to main content

saluki_components/config_registry/generated/
mod.rs

1// Generated by build.rs from vendor/core_schema.yaml — DO NOT EDIT manually.
2// Re-generated automatically whenever vendor/core_schema.yaml changes.
3
4/// Schema entries generated from the vendored Datadog Agent config schema.
5#[allow(dead_code, missing_docs, non_upper_case_globals)]
6pub mod schema {
7    include!(concat!(env!("OUT_DIR"), "/schema.rs"));
8}