1 2 3 4 5 6 7 8
//! Typed sailbox surface: domain models and the HTTP API client. pub mod ssh; pub mod types; pub(crate) mod api; pub use api::{validate_resource_limits, UpgradeOutcome};