distribution/registry/client
Aaron Lehmann 4441333912 Use reference package internally
Most places in the registry were using string types to refer to
repository names. This changes them to use reference.Named, so the type
system can enforce validation of the naming rules.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-01-22 14:47:05 -08:00
..
auth Allows token authentication handler to request additional scopes 2016-01-08 13:53:23 -08:00
transport Avoid stat round-trips when fetching a blob 2015-12-02 14:21:13 -08:00
blob_writer.go Print error for failed HTTP auth request. 2015-12-29 11:39:20 -08:00
blob_writer_test.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
errors.go Handle nonstandard token endpoint errors 2016-01-20 14:45:08 -08:00
errors_test.go Merge branch 'print-error-msg' of https://github.com/k4leung4/distribution into print-error-msg 2015-12-29 16:26:13 -08:00
repository.go Use reference package internally 2016-01-22 14:47:05 -08:00
repository_test.go Use reference package internally 2016-01-22 14:47:05 -08:00