| 68 | |
| 69 | #[derive(Debug, Clone, Copy, PartialEq)] |
| 70 | pub struct AlertThresholds { |
| 71 | pub vpin: f64, |
| 72 | pub hhi: f64, |
| 73 | } |
| 74 | |
| 75 | #[derive(Debug, Clone, Copy, PartialEq)] |
| 76 | pub struct StreamingPipelineConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected