package
0.20.1
Repository: https://github.com/libp2p/go-libp2p-core.git
Documentation: pkg.go.dev

# Functions

InfoFromHost returns a peer.AddrInfo struct with the Host's ID and all of its Addrs.

# Type aliases

Host is an object participating in a p2p network, which implements protocols or provides services.
IntrospectableHost is implemented by Host implementations that are introspectable, that is, that may have introspection capability.