diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-05 15:36:47 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-05 15:36:47 +0100 |
commit | f914db057a85e0fa70f319ee3af85998a551af96 (patch) | |
tree | d5a805dbc0615544d3fe1b1b538fbf2a3642a74a /src/api/admin/lib.rs | |
parent | 406b6da1634a38c1b8176ff468d964e42ce5ce5d (diff) | |
download | garage-f914db057a85e0fa70f319ee3af85998a551af96.tar.gz garage-f914db057a85e0fa70f319ee3af85998a551af96.zip |
cli_v2: implement LaunchRepairOperation and remove old stuff
Diffstat (limited to 'src/api/admin/lib.rs')
-rw-r--r-- | src/api/admin/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/admin/lib.rs b/src/api/admin/lib.rs index cc673eef..fe4b0598 100644 --- a/src/api/admin/lib.rs +++ b/src/api/admin/lib.rs @@ -17,6 +17,7 @@ mod special; mod block; mod node; +mod repair; mod worker; use std::sync::Arc; |