Registry / networking / libp2p-go-libp2p-routing

libp2p-go-libp2p-routing

JSON →
library0.1.0gogounverified

Package routing provides routing interfaces for libp2p (deprecated).

go get github.com/libp2p/go-libp2p-routing
INSTALL
IMPORT
SIG · LIBP2P-GO-LIBP2P-R
L
libp2p-go-libp2p-routing
networkinggov0.1.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.

routing
github.com/libp2p/go-libp2p-routing

Use the deprecated routing interface (migrate to go-libp2p-core/routing).

package main import ( "fmt" "github.com/libp2p/go-libp2p-routing" ) func main() { fmt.Println(routing.ContentRouting(nil)) }
Debug
Known issues
breakingThis package is deprecated; use github.com/libp2p/go-libp2p-core/routing instead.
fix
Replace import with github.com/libp2p/go-libp2p-core/routing and update code accordingly.
affects: >=0.1.0
Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
libp2p-go-libp2p-routing — go get libp2p-go-libp2p-routing · libregistry