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 Client interface + FindProviders func(context.Context, u.Key) ([]peer.PeerInfo, error) + type DelayConfig struct + Query delay.D + ValueVisibility delay.D + type Server interface + Client func(p testutil.Identity) Client + ClientWithDatastore func(context.Context, testutil.Identity, ds.Datastore) Client + func NewDHTNetwork(mn mocknet.Mocknet) Server + func NewServer() Server + func NewServerWithDelay(conf DelayConfig) Server