Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + type Host interface + Addrs func() []ma.Multiaddr + Close func() error + Connect func(ctx context.Context, pi peer.PeerInfo) error + ID func() peer.ID + Mux func() *protocol.Mux + Network func() inet.Network + NewStream func(pid protocol.ID, p peer.ID) (inet.Stream, error) + Peerstore func() peer.Peerstore + RemoveStreamHandler func(pid protocol.ID) + SetStreamHandler func(pid protocol.ID, handler inet.StreamHandler)