1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry
Aaron Lehmann 79db131a35 Change APIEndpoint to contain the URL in a parsed format
This allows easier URL handling in code that uses APIEndpoint.
If we continued to store the URL unparsed, it would require redundant
parsing whenver we want to extract information from it. Also, parsing
the URL earlier should give improve validation.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-17 17:48:15 -08:00
..
auth.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
auth_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
authchallenge.go
config.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
config_test.go
config_unix.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
config_windows.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
endpoint.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
endpoint_test.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
reference.go
registry.go Push/pull errors improvement and cleanup 2016-02-11 16:28:56 -08:00
registry_mock_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
registry_test.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
service.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
service_v1.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
service_v2.go Change APIEndpoint to contain the URL in a parsed format 2016-02-17 17:48:15 -08:00
session.go Respond with 401 when there is an unauthorized error from the registry. 2016-01-27 13:55:33 -05:00
token.go
types.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00