Open austinvazquez opened 2 weeks ago
https://github.com/docker/go-events/issues/36
This change adds a mechanism for returning write errors to users via a read-only channel. This deprecates the previously provided NewQueue events package.
NewQueue
@coderbirju, wondering if you could take a look at this wip proof of concept.
Issue
https://github.com/docker/go-events/issues/36
Description
This change adds a mechanism for returning write errors to users via a read-only channel. This deprecates the previously provided
NewQueue
events package.