pub(crate) mod logic;
pub use logic::ShutdownResponse;
#[path = "http.rs"]
mod http;
#[allow(
unused_imports,
reason = "utoipa's OpenApi derive resolves this hidden __path_shutdown type via crate::routes::shutdown::__path_shutdown, generated by #[utoipa::path] on the re-exported handler below"
)]
pub use http::{__path_shutdown, shutdown};