storj/pkg/pointerdb/pdbclient
Dylan Lott ae38817fa3
Pointer lookup (#407)
* Loads cache from context for PointerDB access

* WIP adds overlay lookups to pointerdb requests

* Pointer lookup code is added for Get

* adds feature flag for pointerdb return

* refactors pointerdb code

* removes some unnecessary debug logs

* Fixes indent in config

* adds early return for non-remote pointers

* formats code, removes some comments

* Fixes tests broken by pointer proto changes

* adds error check and merges variable declaration

* removes commented out proto import

* adds error check to pdbclient
2018-10-04 15:00:19 -06:00
..
mocks Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
client_test.go Pointer lookup (#407) 2018-10-04 15:00:19 -06:00
client.go Pointer lookup (#407) 2018-10-04 15:00:19 -06:00
common.go pointerdb: separate client and server packages (#261) 2018-08-22 09:07:00 -06:00
pdbclient_mock_test.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00