distribution/notifications
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
..
bridge.go Verify IP addresses 2015-03-25 11:11:46 -07:00
endpoint.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
event.go Update notification event Target fields 2015-03-05 18:01:50 -08:00
event_test.go Update notification event Target fields 2015-03-05 18:01:50 -08:00
http.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
http_test.go Update notification event Target fields 2015-03-05 18:01:50 -08:00
listener.go Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
listener_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
metrics.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
sinks.go fix some typos in source comments 2015-04-17 12:39:52 +00:00
sinks_test.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00