Common error type and admin error type that uses it

This commit is contained in:
Alex Auvolat
2022-05-13 14:30:30 +02:00
parent 983037d965
commit c0fb9fd0fe
11 changed files with 249 additions and 29 deletions
+1 -1
View File
@@ -15,9 +15,9 @@ use prometheus::{Encoder, TextEncoder};
use garage_model::garage::Garage;
use garage_util::error::Error as GarageError;
use crate::error::*;
use crate::generic_server::*;
use crate::admin::error::*;
use crate::admin::bucket::*;
use crate::admin::cluster::*;
use crate::admin::key::*;