containerd/content/local
Stephen J Day 8be340e37b
content: remove Provider.Reader
After some analysis, it was found that Content.Reader was generally
redudant to an io.ReaderAt. This change removes `Content.Reader` in
favor of a `Content.ReaderAt`. In general, `ReaderAt` can perform better
over interfaces with indeterminant latency because it avoids remote
state for reads. Where a reader is required, a helper is provided to
convert it into an `io.SectionReader`.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-08-09 14:32:28 -07:00
..
locks.go Rename content/fs to content/local 2017-07-24 10:11:35 -07:00
readerat.go content: remove Provider.Reader 2017-08-09 14:32:28 -07:00
store_test.go Rename content/fs to content/local 2017-07-24 10:11:35 -07:00
store_unix.go Add solaris build support 2017-08-07 12:40:21 -07:00
store_windows.go Rename content/fs to content/local 2017-07-24 10:11:35 -07:00
store.go content: remove Provider.Reader 2017-08-09 14:32:28 -07:00
writer.go client: add Import() and Export() for importing/exporting image in OCI format 2017-07-28 04:47:53 +00:00