mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-11 07:03:32 +08:00
fix(bs) remove concrete refs to swarm and dht
This commit is contained in:
@ -10,6 +10,7 @@ import (
|
||||
// IpfsRouting is the routing module interface
|
||||
// It is implemented by things like DHTs, etc.
|
||||
type IpfsRouting interface {
|
||||
FindProvidersAsync(u.Key, int, time.Duration) <-chan *peer.Peer
|
||||
|
||||
// Basic Put/Get
|
||||
|
||||
|
Reference in New Issue
Block a user