mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-03-14 11:40:05 +08:00
an object to manage sets of peers, their addresses and other metadata
* Introduce tests for KeyBook to increase coverage. * Change usages of []peer.ID to IDSlice, which supports sorting. * Restructure AddrBook tests into subtests. * Import aliases. |
||
---|---|---|
.gx | ||
addr | ||
pstoreds | ||
pstoremem | ||
queue | ||
test | ||
.gitignore | ||
.travis.yml | ||
codecov.yml | ||
interface.go | ||
LICENSE | ||
Makefile | ||
metrics_test.go | ||
metrics.go | ||
package.json | ||
peerinfo_test.go | ||
peerinfo.go | ||
peerstore.go | ||
README.md |
go-libp2p-peer
An object to manage peers, their addresses, and other metadata about them.
Install
go get github.com/libp2p/go-libp2p-peerstore
Usage
Check out the GoDocs.
Contribute
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
Want to hack on IPFS?
License
MIT