mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
update dht tests to new network interface
This commit is contained in:
@ -88,6 +88,10 @@ func (f *fauxNet) SendMessage(msg.NetMessage) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (f *fauxNet) GetPeerList() []*peer.Peer {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
// Close terminates all network operation
|
// Close terminates all network operation
|
||||||
func (f *fauxNet) Close() error { return nil }
|
func (f *fauxNet) Close() error { return nil }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user