ipfs / go-ds-leveldb

An implementation of go-datastore using leveldb
MIT License
37 stars 21 forks source link

wire a context in most of the Datastore methods #45

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.