Commit 5bc8a07c authored by Steven Allen's avatar Steven Allen

remove TODO for NodeGetter

We'll just live with this name.
parent 339e9ea9
......@@ -15,10 +15,7 @@ type NodeOption struct {
Err error
}
// TODO: This name kind of sucks.
// NodeResolver?
// NodeService?
// Just Resolver?
// The basic Node resolution service.
type NodeGetter interface {
Get(context.Context, *cid.Cid) (Node, error)
......
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