mockforge-registry-server 0.3.130

Plugin registry server for MockForge
Documentation
1
2
3
4
5
6
7
8
9
10
//! Deployment orchestrator for hosted mocks
//!
//! Handles actual deployment of mock services to cloud platforms (Fly.io, Render, Railway)

pub mod cleanup;
pub mod flyio;
pub mod health_check;
pub mod metrics;
pub mod orchestrator;
pub mod router;