distribution/registry/storage/driver/inmemory
amitshukla 9637cb40cd Fix for issue 664: https://github.com/docker/distribution/issues/664
Errors thrown by storage drivers don't have the name of the driver, causing user
confusion about whether the error is coming from Docker or from a storage driver.
This change adds the storage driver name to each error message.

This required changing ErrUnsupportedDriver to a type, leading to code changes
whenever ErrUnsupportedDriver is used.  The tests check whether the driver name
appears in the error message.

Signed-off-by: Amit Shukla <amit.shukla@docker.com>
2015-11-03 11:19:17 -08:00
..
driver.go Fix for issue 664: https://github.com/docker/distribution/issues/664 2015-11-03 11:19:17 -08:00
driver_test.go Remove half-baked Storage Driver IPC support 2015-06-29 16:52:12 -07:00
mfs.go Avoid crash on invalid Move arguments 2015-04-01 19:03:02 -07:00