1
0
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:
Brian Tiger Chow
2014-09-14 14:30:52 -07:00
parent 6aecb80395
commit 0075a47df0
3 changed files with 16 additions and 49 deletions

View File

@ -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