Commit 52259789 authored by Steven Allen's avatar Steven Allen

Get rid of OfflineNodeGetter

It really just doesn't fit. We're working on making this method obsolete
anyways.
parent 07869d6a
......@@ -24,12 +24,6 @@ type NodeGetter interface {
// GetMany returns a channel of NodeOptions given a set of CIDs.
GetMany(context.Context, []*cid.Cid) <-chan *NodeOption
// TODO(ipfs/go-ipfs#4009): Remove this method after fixing.
// OfflineNodeGetter returns an version of this NodeGetter that will
// make no network requests.
OfflineNodeGetter() NodeGetter
}
// NodeGetters can optionally implement this interface to make finding linked
......
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