fetch_ml/internal/network
Jeremie Fraeys 320e6fd409
refactor(dependency-hygiene): Move path functions from config to storage
Move ExpandPath function and path-related utilities from internal/config to internal/storage where they belong.

Files updated:
- internal/worker/config.go: use storage.ExpandPath
- internal/network/ssh.go: use storage.ExpandPath
- cmd/data_manager/data_manager_config.go: use storage.ExpandPath
- internal/api/server_config.go: use storage.ExpandPath

internal/storage/paths.go already contained the canonical implementation.

Result: Path utilities now live in storage layer, config package focuses on configuration structs.
2026-02-17 21:15:23 -05:00
..
mlserver.go refactor: Phase 7 - TUI cleanup - reorganize model package 2026-02-17 20:22:04 -05:00
retry.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
ssh.go refactor(dependency-hygiene): Move path functions from config to storage 2026-02-17 21:15:23 -05:00
ssh_pool.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00