distribution/registry/storage/driver
Richard ae216e365a Make Storage Driver API calls context aware.
- Change driver interface to take a context as its first argument
     - Make newFileReader take a context as its first argument
     - Make newFileWriter take a context as its first argument
     - Make blobstore exists and delete take a context as a first argument
     - Pass the layerreader's context to the storage layer
     - Pass the app's context to purgeuploads
     - Store the app's context into the blobstore (was previously null)
     - Pass the trace'd context to the storage drivers

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2015-04-27 15:58:58 -07:00
..
azure Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
base Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
factory Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
filesystem Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
inmemory Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
ipc fix some typos in source comments 2015-04-17 12:39:52 +00:00
middleware Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
s3 Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
testsuites Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
fileinfo.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
storagedriver.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00