Categorygithub.com/libp2p/go-libp2p-pubsub-router
modulepackage
0.6.0
Repository: https://github.com/libp2p/go-libp2p-pubsub-router.git
Documentation: pkg.go.dev

# README

go-libp2p-pubsub-router

GoDoc Coverage Status Build Status Discourse posts

A libp2p router that uses pubsub.

We currently only use this for IPNS over PubSub.

Documenation

See https://godoc.org/github.com/libp2p/go-libp2p-pubsub-router.

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the libp2p Code of Conduct.

Want to hack on libp2p?

License

MIT


The last gx published version of this module was: 0.5.18: QmaHVH3EqQD6DsE1yPgwfCThvFCwfkJ396uyrRSo3Ku1kH

# Packages

No description provided by the author

# Functions

KeyToTopic converts a binary record key to a pubsub topic key.
NewPubsubValueStore constructs a new ValueStore that gets and receives records through pubsub.
WithDatastore returns an option that overrides the default datastore.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author

# Interfaces

Pubsub is the minimal subset of the pubsub interface required by the pubsub value store.

# Type aliases

Option is a function that configures a PubsubValueStore during initialization.