manta-server 2.0.0-beta.61

Manta HTTP server — single API that proxies to CSM / Ochami backends.
1
2
3
4
5
6
7
//! Helpers used only by the manta HTTP server (handlers + service layer).

pub mod app_context;
pub mod audit;
pub mod jwt_ops;
pub mod kafka;
pub mod vault;