distribution/registry/storage/driver/azure
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.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
azure_test.go storage/driver/azure: Allow non-default realms 2015-03-23 20:41:16 -07:00
blockblob.go Updating MSOpenTech/azure-sdk-for-go to latest master 2015-03-23 21:59:21 -07:00
blockblob_test.go Updating MSOpenTech/azure-sdk-for-go to latest master 2015-03-23 21:59:21 -07:00
blockid.go Updating MSOpenTech/azure-sdk-for-go to latest master 2015-03-23 21:59:21 -07:00
blockid_test.go Updating MSOpenTech/azure-sdk-for-go to latest master 2015-03-23 21:59:21 -07:00
randomwriter.go Updating MSOpenTech/azure-sdk-for-go to latest master 2015-03-23 21:59:21 -07:00
randomwriter_test.go Updating MSOpenTech/azure-sdk-for-go to latest master 2015-03-23 21:59:21 -07:00
zerofillwriter.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
zerofillwriter_test.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00