summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/target_configure.rs
AgeCommit message (Collapse)Author
2025-09-26refactor: downgrade tcp_connection functionality to test utilities魏曹先生
- Remove handle, target, target_configure, target_connection modules from main library - Create test_utils module in test project to contain temporary connection functionality - Update import paths in test files - Keep instance and error modules as core functionality - Adjust vcs_test configurations to adapt to new test structure
2025-09-20Make ServerTargetConfig and ClientTargetConfig Serializeable魏曹先生
2025-09-14Add TcpServerConfigs魏曹先生