storj/pkg/overlay
Dylan Lott 7569b7d71b
Node lifecycle hooks (#920)
* wires up first draft of lifecycle methods

* creates interface on transport

* node lifecycle hooks works

* linter fixes

* adds error log at connection success

* chnages Observer interface to use context

* Makes Discovery take its own logger

* WIP

* linter fixes

* Test fixes

* adds in ConnFailure code for cache
2018-12-21 21:51:42 -07:00
..
mocks Fix import groupings (#739) 2018-11-30 15:40:13 +02:00
cache_test.go adds delete functions and tests for cache (#921) 2018-12-21 11:35:21 -07:00
cache.go Node lifecycle hooks (#920) 2018-12-21 21:51:42 -07:00
client_test.go Cleanup overlay methods and names. (#914) 2018-12-20 15:57:54 +02:00
client.go Node lifecycle hooks (#920) 2018-12-21 21:51:42 -07:00
config_test.go Cleanup overlay methods and names. (#914) 2018-12-20 15:57:54 +02:00
config.go Cleanup overlay methods and names. (#914) 2018-12-20 15:57:54 +02:00
server_test.go Cleanup overlay methods and names. (#914) 2018-12-20 15:57:54 +02:00
server.go Cleanup overlay methods and names. (#914) 2018-12-20 15:57:54 +02:00