Versions in this module Expand all Collapse all v0 v0.16.2 Dec 14, 2023 v0.16.1 Dec 14, 2023 Changes in this version + func Close(instances []Instance) error + func ConnectInstances(instances []Instance) + type Instance struct + Adapter gsnet.GraphSyncNetwork + BlockStore blockstore.Blockstore + Exchange graphsync.GraphExchange + LinkSystem ipld.LinkSystem + Peer peer.ID + func NewInstance(ctx context.Context, net tn.Network, p tnet.Identity, ...) (Instance, error) + func (i *Instance) Blockstore() blockstore.Blockstore + func (i *Instance) Close() error + func (i *Instance) SetBlockstoreLatency(t time.Duration) time.Duration + type InstanceGenerator struct + func NewTestInstanceGenerator(ctx context.Context, net tn.Network, gsOptions []gsimpl.Option, ...) InstanceGenerator + func (g *InstanceGenerator) Close() error + func (g *InstanceGenerator) Instances(n int) ([]Instance, error) + func (g *InstanceGenerator) Next() (Instance, error) + type TempDirGenerator interface + TempDir func() string