mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-26 05:56:50 +00:00
init:store
This commit is contained in:
@@ -218,6 +218,10 @@ impl Endpoints {
|
||||
Self(Vec::new())
|
||||
}
|
||||
|
||||
pub fn len(&self) -> usize {
|
||||
self.0.len()
|
||||
}
|
||||
|
||||
pub fn iter(&self) -> core::slice::Iter<Endpoint> {
|
||||
self.0.iter()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user