Versions in this module Expand all Collapse all v0 v0.0.2 Oct 11, 2021 v0.0.1 Oct 11, 2021 Changes in this version + type BuildCfg = node.BuildCfg + type ConstructPeerHostOpts struct + AddrsFactory p2pbhost.AddrsFactory + ConnectionManager connmgr.ConnManager + DisableNatPortMap bool + DisableRelay bool + EnableRelayHop bool + type Dms3Node struct + BaseBlocks node.BaseBlocks + Blocks bserv.BlockService + Blockstore bstore.GCBlockstore + Bootstrapper io.Closer + DAG ld.DAGService + DHT *ddht.DHT + Discovery discovery.Service + Dms3NsRepub *dms3nsrp.Republisher + Exchange exchange.Interface + FilesRoot *mfs.Root + Filestore *filestore.Filestore + Filters *ma.Filters + GCLocker bstore.GCLocker + GraphExchange graphsync.GraphExchange + Identity peer.ID + IsDaemon bool + IsOnline bool + Mounts Mounts + Namesys namesys.NameSystem + P2P *p2p.P2P + PNetFingerprint dms3p2p.PNetFingerprint + PSRouter *psrouter.PubsubValueStore + PeerHost p2phost.Host + Peering peering.PeeringService + Peerstore pstore.Peerstore + Pinning pin.Pinner + PrivateKey ic.PrivKey + Process goprocess.Process + Provider provider.System + PubSub *pubsub.PubSub + RecordValidator record.Validator + Repo repo.Repo + Reporter *metrics.BandwidthCounter + Resolver *resolver.Resolver + Routing routing.Routing + func NewNode(ctx context.Context, cfg *BuildCfg) (*Dms3Node, error) + func (n *Dms3Node) Bootstrap(cfg bootstrap.BootstrapConfig) error + func (n *Dms3Node) Close() error + func (n *Dms3Node) Context() context.Context + type Mounts struct + Dms3 mount.Mount + Dms3Ns mount.Mount