ipfs / go-ds-flatfs

A datastore implementation using sharded directories and flat files to store data
MIT License
46 stars 21 forks source link

wire a context in most of the Datastore methods #85

Closed MichaelMure closed 2 years ago

MichaelMure commented 4 years ago

Master issue: https://github.com/ipfs/go-ipfs/issues/6803

This only do the wiring. Actual usage for cancellation, logging or tracing is left for a future work.