Module incidents

Module incidents 

Source
Expand description

Incident management for drift and contract violations

This module provides functionality for creating, storing, and managing incidents related to contract drift and breaking changes.

Re-exports§

pub use manager::IncidentManager;
pub use store::IncidentStore;
pub use types::DriftIncident;
pub use types::ExternalTicket;
pub use types::IncidentQuery;
pub use types::IncidentSeverity;
pub use types::IncidentStatus;
pub use types::IncidentType;

Modules§

integrations
External system integrations for incidents
jira_formatter
Jira webhook formatter for drift incidents
manager
Incident manager for creating and managing drift incidents
slack_formatter
Slack webhook formatter for drift incidents
store
In-memory and persistent storage for incidents
types
Core types for incident management