mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
fix: Fix formatting issue in ARCHITECTURE.md (#2787)
Signed-off-by: JaySon-Huang <tshent@qq.com> Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
+7
-7
@@ -326,10 +326,10 @@ The binary (`main.rs`) boots in this order:
|
|||||||
│
|
│
|
||||||
┌───────────────┼───────────────┐
|
┌───────────────┼───────────────┐
|
||||||
│ │ │
|
│ │ │
|
||||||
┌────▼────┐ ┌────▼────┐ ┌─────▼─────┐
|
┌────▼────┐ ┌────▼────┐ ┌──────▼─────┐
|
||||||
│ server │ │ admin │ │ app │
|
│ server │ │ admin │ │ app │
|
||||||
│ (HTTP) │ │(console)│ │(use-cases) │
|
│ (HTTP) │ │(console)│ │(use-cases) │
|
||||||
└────┬────┘ └────┬────┘ └─────┬─────┘
|
└────┬────┘ └────┬────┘ └──────┬─────┘
|
||||||
│ │ │
|
│ │ │
|
||||||
└───────────────┼───────────────┘
|
└───────────────┼───────────────┘
|
||||||
│
|
│
|
||||||
@@ -341,13 +341,13 @@ The binary (`main.rs`) boots in this order:
|
|||||||
│
|
│
|
||||||
┌──────────────────┼──────────────────┐
|
┌──────────────────┼──────────────────┐
|
||||||
│ │ │
|
│ │ │
|
||||||
┌─────▼─────┐ ┌──────▼──────┐ ┌──────▼──────┐
|
┌─────▼──────┐ ┌──────▼──────┐ ┌──────▼──────┐
|
||||||
│ ecstore │ │ rio │ │ io-core │
|
│ ecstore │ │ rio │ │ io-core │
|
||||||
│ (87K,core) │ │ (readers) │ │ (zero-copy) │
|
│ (87K,core) │ │ (readers) │ │ (zero-copy) │
|
||||||
└─────┬──────┘ └─────────────┘ └─────────────┘
|
└─────┬──────┘ └─────────────┘ └─────────────┘
|
||||||
│
|
│
|
||||||
┌─────┬──┼──┬─────┬──────┐
|
┌─────┬──┼──┬─────┬──────┐
|
||||||
│ │ │ │ │ │
|
│ │ │ │ │ │
|
||||||
common utils config policy filemeta ...
|
common utils config policy filemeta ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user