darpan 0.1.0

Linux developer service monitoring utility with auto-detection, real-time health checks, and interactive TUI for databases, APIs, Docker containers, and more
Documentation
1
2
3
4
5
6
7
8
mod service;
mod health;

pub use service::{
    Service, ServiceType, DetectionSource,
    DatabaseType, QueueType, CacheType, SearchType
};
pub use health::{HealthStatus, HealthResult, HealthCheckConfig, HealthCheckType};