docs(ecstore): inventory api facade boundaries (#4025)

This commit is contained in:
Zhengchao An
2026-06-29 07:57:01 +08:00
committed by GitHub
parent e1c1d8edcb
commit aaef31d4dd
5 changed files with 92 additions and 1 deletions
+3
View File
@@ -44,6 +44,9 @@ hot-path behavior must not drift during this migration.
- [`ecstore-config-consumer-inventory.md`](ecstore-config-consumer-inventory.md):
current `ecstore::config::{Config, KV, KVS}` definitions, consumers,
migration risks, and do-not-change contract.
- [`ecstore-api-facade-inventory.md`](ecstore-api-facade-inventory.md): current
`rustfs_ecstore::api` facade groups, external consumer boundaries, shrink
rules, and split dependency inventory.
- [`config-model-boundary-adr.md`](config-model-boundary-adr.md): target crate,
module path, dependency rules, and verification gates for moving the pure
server-config model.