This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
logos-storage-go
Watch
1
Star
0
Fork
0
You've already forked logos-storage-go
mirror of
https://github.com/logos-storage/logos-storage-go.git
synced
2026-01-03 22:03:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
logos-storage-go
/
communities
History
Marcin Czenko
afaf8e52ab
adds a more robust test to test cancellation of the triggerDownload operation
2025-10-23 03:41:56 +02:00
..
mock
Adds basic test for archive downloader with the mocking setup
2025-10-22 21:18:31 +02:00
codex_archive_downloader_test.go
adds a more robust test to test cancellation of the triggerDownload operation
2025-10-23 03:41:56 +02:00
codex_archive_downloader.go
adds tests, fixes a number of problems and adds zap logger for logging
2025-10-23 03:28:02 +02:00
codex_archive_downloader.txt
Prepares archive downloader for testing - sets up the protobuf infra
2025-10-22 03:19:15 +02:00
codex_client_integration_test.go
moves tests to a separate package to discorage testing of the implementation details and avoid import cycles in the future when using mocks
2025-10-22 21:02:28 +02:00
codex_client_interface.go
Adds basic test for archive downloader with the mocking setup
2025-10-22 21:18:31 +02:00
codex_client_test.go
moves tests to a separate package to discorage testing of the implementation details and avoid import cycles in the future when using mocks
2025-10-22 21:02:28 +02:00
codex_client.go
Renames LocalDownload to TriggerDownload and brings back the original LocalDownload
2025-10-22 03:44:49 +02:00