ipfs / go-ipld-format

IPLD Node and Resolver interfaces in Go
https://github.com/ipld/ipld
MIT License
64 stars 26 forks source link

Define a Resolver interface #14

Open Stebalien opened 7 years ago

Stebalien commented 7 years ago

We're missing the Resolver level (level 4).

This level can make resolving paths on the DAG faster through caching.