syncable_cli/analyzer/context/
mod.rs

1pub mod analysis;
2pub(crate) mod file_analyzers;
3pub(crate) mod health_detector;
4pub(crate) mod helpers;
5pub(crate) mod infra_detector;
6pub(crate) mod language_analyzers;
7pub(crate) mod microservices;
8pub(crate) mod project_type;
9pub(crate) mod tech_specific;
10
11pub use analysis::analyze_context;
12pub use health_detector::detect_health_endpoints;
13pub use infra_detector::detect_infrastructure;