NewReader returns an io.Reader to efficiently read from the slice. There shouldn't be a need to wrap this in additional buffers.
(ctx context.Context)
| 31 | // NewReader returns an io.Reader to efficiently read from the slice. |
| 32 | // There shouldn't be a need to wrap this in additional buffers. |
| 33 | NewReader(ctx context.Context) io.Reader |
| 34 | |
| 35 | // ResourceID returns the identifier of the resource representing the slice, |
| 36 | // creating a new resource if it isn't already backed by one. |
no outgoing calls