document web crate

This commit is contained in:
Trinity Pointard
2021-03-26 22:05:16 +01:00
committed by Alex Auvolat
parent 67585a4ffa
commit a2e1617d84
4 changed files with 15 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@ use garage_model::garage::Garage;
use garage_table::*;
use garage_util::error::Error as GarageError;
/// Run a web server
pub async fn run_web_server(
garage: Arc<Garage>,
shutdown_signal: impl Future<Output = ()>,