Open creates new Reader reading from the underlying storage.
()
| 40 | type Buffer interface { |
| 41 | // Open creates new Reader reading from the underlying storage. |
| 42 | Open() (io.ReadCloser, error) |
| 43 | |
| 44 | // Len reports the length of the stored blob. |
| 45 | // |
no outgoing calls
no test coverage detected