pstoremem

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2020 License: AGPL-3.0, MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAddrBook

func NewAddrBook() pstore.AddrBook

NewAddrBook returns a new in-memory addrbook

func NewKeyBook

func NewKeyBook() pstore.KeyBook

NewKeyBook noop new, but in the future we may want to do some init work.

func NewPeerMetadata

func NewPeerMetadata() pstore.PeerMetadata

NewPeerMetadata returns a new peer metadata storer

func NewPeerstore

func NewPeerstore() pi.Peerstore

NewPeerstore creates an in-memory threadsafe collection of peers.

func NewProtoBook

func NewProtoBook() pstore.ProtoBook

NewProtoBook returns a new protocol book

Types

type AddrSubManager

type AddrSubManager struct {
	// contains filtered or unexported fields
}

AddrSubManager is an abstracted, pub-sub manager for address streams. Extracted from memoryAddrBook in order to support additional implementations.

func NewAddrSubManager

func NewAddrSubManager() *AddrSubManager

NewAddrSubManager initializes an AddrSubManager.

func (*AddrSubManager) AddrStream

func (mgr *AddrSubManager) AddrStream(ctx context.Context, p peer.ID, initial []ma.Multiaddr) <-chan ma.Multiaddr

AddrStream creates a new subscription for a given peer ID, pre-populating the channel with any addresses we might already have on file.

func (*AddrSubManager) BroadcastAddr

func (mgr *AddrSubManager) BroadcastAddr(p peer.ID, addr ma.Multiaddr)

BroadcastAddr broadcasts a new address to all subscribed streams.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL