go-libp2p-peerstore/pstoremem
Steven Allen d1d80624c4 fix: make close work again
Reference pstoremem components by pointer to:

1. Avoid copying locks around on construction.
2. Avoid copying these around when calling `weakClose`.
3. Ensures that they all implement the `io.Closer` interface (it's implemented
on the pointer, not the value).

Technically, we could have just taken a reference when calling `weakClose`, but
this is cleaner.
2020-03-23 13:59:56 -07:00
..
addr_book.go Certified addresses (#98) 2020-03-06 12:07:36 +00:00
inmem_test.go dep: switch to core (#80) 2019-05-31 14:51:16 +01:00
keybook.go Certified addresses (#98) 2020-03-06 12:07:36 +00:00
metadata.go Certified addresses (#98) 2020-03-06 12:07:36 +00:00
peerstore.go fix: make close work again 2020-03-23 13:59:56 -07:00
protobook.go Certified addresses (#98) 2020-03-06 12:07:36 +00:00