Expand description
FlowFabric server — HTTP API, Valkey connection, and background engine.
Re-exports§
pub use config::ServerConfig;pub use server::Server;pub use server::ServerError;
Modules§
- admin
- Administrative subcommands for operator use.
- api
- REST API layer — thin axum handlers over Server methods.
- config
- metrics
- PR-94: Prometheus /metrics endpoint + HTTP metrics middleware.
- server
Structs§
- Metrics
- Zero-sized no-op registry. Identical public shape to the real
implementation (see
real.rs) so call sites don’t know which backend they’re hitting.