Merge branch 'main' into next-v2

This commit is contained in:
Alex Auvolat
2025-02-01 19:07:17 +01:00
77 changed files with 869 additions and 840 deletions
+5 -4
View File
@@ -8,10 +8,11 @@ use serde::{Deserialize, Serialize};
use garage_model::garage::Garage;
use crate::admin::error::Error;
use crate::admin::macros::*;
use crate::admin::EndpointHandler;
use crate::helpers::is_default;
use garage_api_common::helpers::is_default;
use crate::error::Error;
use crate::macros::*;
use crate::EndpointHandler;
// This generates the following:
//