aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_resume_data.go
AgeCommit message (Collapse)Author
2025-07-06Add ForkType type alias for improved type safetyJeff Halter
- Replace [4]byte with ForkType in ForkInfoList struct - Update constants ForkTypeDATA and ForkTypeMACR to use ForkType - Add String() method to ForkType for better debugging - Improve consistency with existing type patterns (FieldType, TranType) - Clean up unused code and improve documentation
2024-07-19Appease linterJeff Halter
2024-06-24Refactoring, cleanup, test backfillingJeff Halter
2022-06-03Initial implementation of file transfer resumeJeff Halter