Skip to content

Commit

Permalink
remove TODO for NodeGetter
Browse files Browse the repository at this point in the history
We'll just live with this name.
  • Loading branch information
Stebalien committed Jun 27, 2017
1 parent 4855972 commit 54e5fc8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions merkledag.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 54e5fc8

Please sign in to comment.