fix: 去除anyhow提供的错误处理,统一使用自定义的Error和Result

This commit is contained in:
shiro.lee
2024-08-05 18:48:45 +08:00
parent a5f9b392ed
commit 7b8c11ecf3
18 changed files with 217 additions and 241 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
mod bucket_meta;
mod chunk_stream;
mod disk;
pub mod disk;
pub mod disk_api;
mod disks_layout;
mod ellipses;
@@ -8,7 +8,6 @@ mod endpoint;
mod erasure;
pub mod error;
mod file_meta;
mod format;
mod peer;
pub mod set_disk;
mod sets;