mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 12:57:42 +00:00
feat: wire runtime capability snapshot providers (#3604)
This commit is contained in:
@@ -280,6 +280,22 @@ require_source_line \
|
||||
"crates/storage-api/src/lib.rs" \
|
||||
"pub use topology::{" \
|
||||
"storage-api public topology contract re-export"
|
||||
require_source_line \
|
||||
"rustfs/src/lib.rs" \
|
||||
"pub mod runtime_capabilities;" \
|
||||
"RustFS runtime capability provider module"
|
||||
require_source_contains \
|
||||
"rustfs/src/runtime_capabilities.rs" \
|
||||
"impl ObservabilitySnapshotProvider for RustFsObservabilitySnapshotProvider" \
|
||||
"RustFS observability snapshot provider implementation"
|
||||
require_source_contains \
|
||||
"rustfs/src/runtime_capabilities.rs" \
|
||||
"impl TopologySnapshotProvider for EndpointTopologySnapshotProvider" \
|
||||
"RustFS endpoint topology snapshot provider implementation"
|
||||
require_source_contains \
|
||||
"rustfs/src/runtime_capabilities.rs" \
|
||||
"pub fn topology_snapshot_from_endpoint_pools(endpoint_pools: &EndpointServerPools) -> TopologySnapshot" \
|
||||
"RustFS endpoint topology snapshot helper"
|
||||
|
||||
(
|
||||
cd "$ROOT_DIR"
|
||||
|
||||
Reference in New Issue
Block a user