document web crate

This commit is contained in:
Trinity Pointard
2021-03-26 22:05:16 +01:00
parent 92d54770bb
commit ee9b685994
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 = ()>,