mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
15c39db42f
* refactor: segment app usecase contracts by domain * refactor: segment root storage contracts by domain * refactor: segment root runtime facades by domain * refactor: segment storage owner consumers by domain * refactor: route storage owner runtime consumers by domain * refactor: make storage owner rpc imports explicit * refactor: remove storage owner wildcard imports (#3917) * refactor: make storage owner root exports explicit (#3918) * refactor: route storage facades through owner api (#3919) * refactor: finalize storage owner phase branch
38 lines
2.4 KiB
Plaintext
38 lines
2.4 KiB
Plaintext
# Layer dependency baseline for the rustfs binary crate.
|
|
#
|
|
# These are intra-crate module references within rustfs/ that cross the
|
|
# conceptual layer boundaries (app, infra/server, interface/admin).
|
|
# Since they live inside one Cargo crate, Rust doesn't enforce separation.
|
|
# The list is maintained for architectural awareness during code review.
|
|
#
|
|
# Format for dependency entries:
|
|
# status|source_file|direction|imported_symbol|reason
|
|
#
|
|
# Format for conceptual cycles:
|
|
# status|cycle|direction_pair|reason
|
|
#
|
|
# Status:
|
|
# accepted - reviewed and intentionally allowed
|
|
# todo - should be resolved in a future refactor
|
|
|
|
cycle|app<->infra
|
|
cycle|app<->interface
|
|
cycle|infra<->interface
|
|
dep|rustfs/src/app/bucket_usecase.rs|app->interface|crate::admin::handlers::site_replication::site_replication_bucket_meta_hook
|
|
dep|rustfs/src/app/bucket_usecase.rs|app->interface|crate::admin::handlers::site_replication::site_replication_delete_bucket_hook
|
|
dep|rustfs/src/app/bucket_usecase.rs|app->interface|crate::admin::handlers::site_replication::site_replication_make_bucket_hook
|
|
dep|rustfs/src/init.rs|infra->interface|crate::admin
|
|
dep|rustfs/src/runtime_sources.rs|infra->app|crate::app::context
|
|
dep|rustfs/src/server/http.rs|infra->interface|crate::admin
|
|
dep|rustfs/src/server/layer.rs|infra->interface|crate::admin::console::is_console_path
|
|
dep|rustfs/src/server/layer.rs|infra->interface|crate::admin::handlers::health::HealthProbe
|
|
dep|rustfs/src/server/layer.rs|infra->interface|crate::admin::handlers::health::build_health_response_parts
|
|
dep|rustfs/src/storage/ecfs_extend.rs|infra->interface|crate::storage::ecfs::ListObjectUnorderedQuery
|
|
dep|rustfs/src/storage/ecfs_test.rs|infra->interface|crate::storage::ecfs::FS
|
|
dep|rustfs/src/storage/ecfs_test.rs|infra->interface|crate::storage::ecfs::validate_object_lock_configuration_input
|
|
dep|rustfs/src/storage/ecfs_test.rs|infra->interface|crate::storage::s3_api::common::rustfs_initiator
|
|
dep|rustfs/src/storage/ecfs_test.rs|infra->interface|crate::storage::s3_api::common::rustfs_owner
|
|
dep|rustfs/src/storage/rpc/node_service.rs|infra->interface|crate::admin::service::config::reload_dynamic_config_runtime_state
|
|
dep|rustfs/src/storage/rpc/node_service.rs|infra->interface|crate::admin::service::config::reload_runtime_config_snapshot
|
|
dep|rustfs/src/storage/rpc/node_service.rs|infra->interface|crate::admin::service::site_replication::reload_site_replication_runtime_state
|