storj/pkg/overlay
Egon Elbre 83df0ee1b0
Implement ListV2 with storage rework (#303)
1. Added KeyValueStore.Iterate for implementing the different List, ListV2 etc. implementations. This allows for more efficient use of memory depending on the situation.
2. Implemented an inmemory teststore for running tests. This should allow to replace MockKeyValueStore in most places.
3. Rewrote tests
4. Pulled out logger from bolt implementation so it can be used for all other storage implementations.
5. Fixed multiple things in bolt and redis implementations.
2018-09-05 19:10:35 +03:00
..
mocks Node Identity (#193) 2018-08-13 10:39:45 +02:00
cache_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
cache.go Implement ListV2 with storage rework (#303) 2018-09-05 19:10:35 +03:00
client_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
client.go TLS Support (#252) 2018-08-23 22:01:03 -06:00
config_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
config.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
mockoverlay.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
overlay_test.go Adjustments to how find storage nodes handles limit/amout requested (#192) 2018-08-03 09:15:52 -04:00
server.go implements node pkg query method (#251) 2018-08-23 11:20:11 -04:00
service_test.go Mock overlay move (#245) 2018-08-20 14:24:11 -04:00
service.go Node Identity (#193) 2018-08-13 10:39:45 +02:00
utils_test.go First pass at node restrictions (#146) 2018-08-01 10:15:38 -04:00