Commit e11d77d5 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(bs) remove concrete refs to swarm and dht

parent b8aa0fea
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment