lnd.xprv/peer
Olaoluwa Osuntokun f58b00ef55
multi: split database storage into remote and local instances
In this commit, we split the database storage into two classes: remote
and local data. If etcd isn't active, then everything is actually just
local though we use two pointers everywhere. If etcd is active, then
everything but the graph goes into the remote database.
2020-08-07 18:44:02 -07:00
..
brontide_test.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00
brontide.go multi: split database storage into remote and local instances 2020-08-07 18:44:02 -07:00
config.go multi: split database storage into remote and local instances 2020-08-07 18:44:02 -07:00
interfaces.go peer: define Config and LinkUpdater interface 2020-07-06 19:16:06 -04:00
log.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00
test_utils.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00