use axum::{http::StatusCode, response::Response}; #[axum::debug_handler] pub(crate) async fn info_refs() -> Result { unimplemented!() } #[axum::debug_handler] pub(crate) async fn git_upload_pack() -> Result { unimplemented!() } #[axum::debug_handler] pub(crate) async fn git_receive_pack() -> Result { unimplemented!() } #[axum::debug_handler] pub(crate) async fn archive() -> Result { unimplemented!() }