mfer/internal/cli
sneak dc115c5ba2 Add custom types for type safety throughout codebase
- Add FileCount, FileSize, RelFilePath, AbsFilePath, ModTime, Multihash types
- Add UnixSeconds and UnixNanos types for timestamp handling
- Add URL types (ManifestURL, FileURL, BaseURL) with safe path joining
- Consolidate scanner package into mfer package
- Update checker to use custom types in Result and CheckStatus
- Add ModTime.Timestamp() method for protobuf conversion
- Update all tests to use proper custom types
2025-12-18 01:01:18 -08:00
..
check.go Change check OK messages from debug to verbose level 2025-12-17 16:16:16 -08:00
entry_test.go Add unit tests for checker/scanner and validate input paths 2025-12-17 16:57:01 -08:00
entry.go Add godoc strings to all exported types, functions, and fields 2025-12-17 11:27:41 -08:00
fetch_test.go Fix all linter errors 2025-12-17 14:37:52 -08:00
fetch.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00
freshen_test.go Change FileProgress callback to channel-based progress 2025-12-17 14:30:10 -08:00
freshen.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00
gen.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00
list.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00
mfer.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00