Registry / messaging / libp2p-go-eventbus

libp2p-go-eventbus

JSON →
library0.3.0gogounverified

Deprecated event bus implementation for libp2p, now moved to go-libp2p.

go get github.com/libp2p/go-eventbus
INSTALL
IMPORT
SIG · LIBP2P-GO-EVENTBUS
L
libp2p-go-eventbus
messaginggov0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eventbus
github.com/libp2p/go-eventbus

Creates a new event bus instance.

package main import ( "fmt" eventbus "github.com/libp2p/go-eventbus" ) func main() { bus := eventbus.NewBus() fmt.Println(bus) }
Debug
Known issues
breakingThis package is deprecated and has moved to go-libp2p.
fix
Use github.com/libp2p/go-libp2p/p2p/host/eventbus instead.
affects: >=0.3.0
Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
libp2p-go-eventbus — go get libp2p-go-eventbus · libregistry