Versions in this module Expand all Collapse all v0 v0.1.0 Jan 22, 2020 Changes in this version + const DB_PEER_ID + type Node struct + func NewNode(ctx context.Context, ds datastore.Batching, relay bool, bucketSize int) (*Node, error) + func (node *Node) DHTBootstrap(seeds ...ma.Multiaddr) error + func (node *Node) HandlePeerFound(pi peer.AddrInfo) + func (node *Node) Info() error + func (node *Node) Run()