garage/src/api/admin/mod.rs

9 lines
96 B
Rust

pub mod api_server;
mod error;
mod router_v0;
mod router_v1;
mod bucket;
mod cluster;
mod key;