| 62 | |
| 63 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 64 | pub struct HhiConfig { |
| 65 | /// Number of events in rolling concentration window. |
| 66 | pub lookback_events: usize, |
| 67 | } |
| 68 | |
| 69 | #[derive(Debug, Clone, Copy, PartialEq)] |
| 70 | pub struct AlertThresholds { |
nothing calls this directly
no outgoing calls
no test coverage detected