Versions in this module Expand all Collapse all v0 v0.2.0 Mar 13, 2019 v0.1.0 Jul 23, 2018 Changes in this version + var DummyNonLocalAddr = multiaddr.StringCast("/ip4/42.42.42.42/tcp/8903") + type TestNetwork struct + func NewTestNetwork(ctx context.Context, t *testing.T) *TestNetwork + func (n *TestNetwork) AddCoordinatedNode() (protocol.Handler, peer.ID) + func (n *TestNetwork) AddCoordinatorNode() protocol.Handler + func (n *TestNetwork) Close() + func (n *TestNetwork) CoordinatedConfig(peerID peer.ID) protector.NetworkConfig + func (n *TestNetwork) CoordinatedHost(peerID peer.ID) ihost.Host + func (n *TestNetwork) CoordinatedStore(peerID peer.ID) proposal.Store + func (n *TestNetwork) CoordinatorConfig() protector.NetworkConfig + func (n *TestNetwork) CoordinatorHost() ihost.Host + func (n *TestNetwork) CoordinatorID() peer.ID + func (n *TestNetwork) CoordinatorKey() crypto.PrivKey + func (n *TestNetwork) CoordinatorStore() proposal.Store