Skip to main content

aion_server/deploy/
mod.rs

1//! Operator deploy surface: authorization guard for the deploy API.
2
3/// Deploy authorization guard shared by both transports.
4pub mod guard;
5
6pub use guard::DeployGuard;