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-21 06:33:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
logos-storage-go
/
communities
History
Marcin Czenko
cad584303e
adds index downloader
2025-10-23 20:17:03 +02:00
..
mock
adds remaining methods to the CodexClientInterface and regenerates the mock
2025-10-23 20:16:48 +02:00
codex_archive_downloader_integration_test.go
adds integration test for the archive downloader
2025-10-23 04:36:26 +02:00
codex_archive_downloader_test.go
fixes unprotected write to a map in test, adding race condition detection to CI
2025-10-23 05:07:16 +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 remaining methods to the CodexClientInterface and regenerates the mock
2025-10-23 20:16:48 +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
codex_index_downloader.go
adds index downloader
2025-10-23 20:17:03 +02:00