Commit e80caf3
committed
refactor(Common): Remove deprecated Effect and Transport layer modules
The `Effect` module in Library.rs and the transport implementation modules (gRPC, IPC, WASM, Registry, Metrics, Retry, CircuitBreaker) in Transport/mod.rs—along with their DTO subcomponents (UnifiedRequest, UnifiedResponse, TransportError)—have been deprecated as the architecture migrates away from this transport abstraction.
Keep only the core modules (Environment, Error) and the Common transport interface. The DTO module retains only the Correlation submodule for now.
This cleanup removes dead code following the architectural shift to the new IPC and telemetry patterns.1 parent 43413fd commit e80caf3
3 files changed
Lines changed: 0 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 2 | | |
12 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 58 | | |
75 | | - | |
76 | | - | |
77 | | - | |
0 commit comments