garage/src/api/admin/mod.rs

8 lines
78 B
Rust

pub mod api_server;
mod error;
mod router;
mod bucket;
mod cluster;
mod key;