mockforge-contracts 0.3.135

Contract testing, drift detection, and incident management for MockForge
Documentation
1
2
3
4
5
6
7
8
//! Core types for incident management
//!
//! Re-exported from `mockforge-foundation::incidents_types` so
//! `mockforge-core` and `mockforge-contracts` share the same incident types.

pub use mockforge_foundation::incidents_types::{
    DriftIncident, ExternalTicket, IncidentQuery, IncidentSeverity, IncidentStatus, IncidentType,
};