File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ cargo run --bin inferadb-management
3636## Architecture
3737
3838``` text
39- inferadb-management # Binary
40- ├── inferadb-management-api # REST/gRPC handlers
41- ├── inferadb-management-core # Business logic, entities, repositories
42- ├── inferadb-management-storage # Storage backends (memory, FoundationDB)
43- ├── inferadb-management-grpc # Server API client
44- ├── inferadb-management-types # Shared type definitions
39+ inferadb-management # Binary
40+ ├── inferadb-management-api # REST/gRPC handlers
41+ ├── inferadb-management-core # Business logic, entities, repositories
42+ ├── inferadb-management-storage # Storage backends (memory, FoundationDB)
43+ ├── inferadb-management-grpc # Server API client
44+ ├── inferadb-management-types # Shared type definitions
4545└── inferadb-management-test-fixtures # Test utilities
4646```
4747
You can’t perform that action at this time.
0 commit comments