aion-server 0.5.0

Aion workflow server library: HTTP, gRPC, WebSocket, and worker endpoints. Run it with the `aion` binary from the aion-cli crate.
1
2
3
4
5
6
//! Operator deploy surface: authorization guard for the deploy API.

/// Deploy authorization guard shared by both transports.
pub mod guard;

pub use guard::DeployGuard;