1 2 3 4 5
pub mod items; pub mod request; #[allow(clippy::module_inception)] pub mod response; pub mod shared;