Skip to main content

KNOWN_BUCKETS

Constant KNOWN_BUCKETS 

Source
pub const KNOWN_BUCKETS: &[&str];
Expand description

Names of every recognized top-level field on UsageApiResponse. Exported so linesmith doctor can check “did the endpoint return any forward-compat keys?” without duplicating the field list — the [KNOWN_BUCKETS_PARITY] test below pins this against UsageApiResponse so the two can’t drift.