fc-common: add AlertConfig and AlertManager for error tracking

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iaf2f52f6e0cf33e3275528ac13cd92046a6a6964
This commit is contained in:
raf 2026-02-14 01:37:09 +03:00
commit ec5fbb453d
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 108 additions and 2 deletions

View file

@ -1,5 +1,6 @@
//! Common types and utilities for CI
pub mod alerts;
pub mod config;
pub mod database;
pub mod error;