mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 23:47:28 +00:00
feat(storage-api): add disk inventory contract (#3330)
This commit is contained in:
@@ -14,8 +14,10 @@
|
||||
|
||||
//! Storage API contracts for RustFS.
|
||||
|
||||
pub mod admin;
|
||||
pub mod bucket;
|
||||
pub mod error;
|
||||
|
||||
pub use admin::{DiskSetSelector, StorageAdminApi};
|
||||
pub use bucket::{BucketInfo, BucketOptions, DeleteBucketOptions, MakeBucketOptions, SRBucketDeleteOp};
|
||||
pub use error::{StorageErrorCode, StorageResult};
|
||||
|
||||
Reference in New Issue
Block a user