···33// Quarantine is one quarantined write. It is intended to be embedded.
44type Quarantine interface {
55 // Reader returns the objects written into this quarantine.
66- Reader() Reader
66+ Reader
7788 // Promote publishes quarantined writes into their final destination.
99 Promote() error