package
0.0.0-20220412220916-5ea02083e3ec
Repository: https://github.com/riteshrch/go-edge-device-lib.git
Documentation: pkg.go.dev

# Interfaces

A CapableConn represents a connection that has offers the basic capabilities required by libp2p: stream multiplexing, encryption and peer authentication.
Listener is an interface closely resembling the net.Listener interface.
Transport represents any device by which you can connect to and accept connections from other peers.
TransportNetwork is an inet.Network with methods for managing transports.
Upgrader is a multistream upgrader that can upgrade an underlying connection to a full transport connection (secure and multiplexed).