b5a62ee9a3
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob - ports: repository interfaces - application: use cases - adapters: in-memory - API: FastAPI 5 routes - worker: Celery ingest_asset - tests: 4 passing
26 lines
400 B
Markdown
26 lines
400 B
Markdown
# SaaS 目录索引
|
|
|
|
```text
|
|
F:\openclaw-saas
|
|
├─ docs
|
|
├─ apps
|
|
│ ├─ web
|
|
│ ├─ api
|
|
│ └─ worker
|
|
├─ packages
|
|
│ ├─ domain
|
|
│ ├─ application
|
|
│ ├─ ports
|
|
│ ├─ adapters
|
|
│ └─ shared
|
|
├─ infra
|
|
│ ├─ docker
|
|
│ ├─ nginx
|
|
│ └─ scripts
|
|
├─ tests
|
|
│ ├─ integration
|
|
│ └─ e2e
|
|
├─ README.md
|
|
└─ .gitignore
|
|
```
|