ipfs / go-datastore

key-value datastore interfaces
MIT License
228 stars 64 forks source link

wire a context in most of the Datastore methods #161

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.

BigLep commented 2 years ago

Note that there is an updated (duplicated) version here: https://github.com/ipfs/go-datastore/pull/174

guseggert commented 2 years ago

Closing as this was resolved with https://github.com/ipfs/go-datastore/pull/174