• Masih H. Derkani's avatar
    Propagate async `blockstore.AllKeysChan` errors via context · de2711c0
    Masih H. Derkani authored
    Implement a mechanism that allows the user to hook an error handling
    function to the context passed to `AllKeysChan`. The function is then
    notified when an error occurs during asynchronous traversal of data
    payload.
    
    Add tests that assert the success and failure cases when error handler
    is set.
    
    Fixes #177
    de2711c0
readonly_test.go 6.86 KB