refactor(agent): remove unused Client.SDK() and Socket() accessors - #180
refactor(agent): remove unused Client.SDK() and Socket() accessors#180aashishrajdev wants to merge 2 commits into
Conversation
|
The failing check formatting step is pre-existing on develop: Added the one-line gofmt fix here so CI is green. It is the only file in |
please look to the CI checks are failing |
|
@rodriguecyber the ci is green now you can merge |
Summary
Removes two exported accessors on the agent's Docker client that have no callers anywhere in the repo, tests included.
SDK()handed out the raw Docker client, letting callers bypass the per-call timeouts and error wrapping thatServiceenforces.Socket()was the only reader of thesocketfield, so the field is removed too.Type of change
Areas touched
apps/server(NestJS)apps/web(React / Vite)apps/agent(Go)packages/protocol(shared WebSocket contracts)infrastructure/.github/workflowsdocsRelated issues
Closes #171
How to test