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 + var ErrNotFound = errors.New("routing: not found") + type IpfsRouting interface + Bootstrap func(context.Context) error + FindPeer func(context.Context, peer.ID) (peer.PeerInfo, error) + FindProvidersAsync func(context.Context, u.Key, int) <-chan peer.PeerInfo + GetValue func(context.Context, u.Key) ([]byte, error) + Ping func(context.Context, peer.ID) (time.Duration, error) + Provide func(context.Context, u.Key) error + PutValue func(context.Context, u.Key, []byte) error