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