distribution/registry/client
Patrick Devine 74563efe98 Catalog for V2 API Implementation
This change adds a basic catalog endpoint to the API, which returns a list,
or partial list, of all of the repositories contained in the registry.  Calls
to this endpoint are somewhat expensive, as every call requires walking a
large part of the registry.

Instead, to maintain a list of repositories, you would first call the catalog
endpoint to get an initial list, and then use the events API to maintain
any future repositories.

Signed-off-by: Patrick Devine <patrick.devine@docker.com>
2015-07-21 21:45:14 -07:00
..
auth
transport
blob_writer.go
blob_writer_test.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
errors.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
repository.go Catalog for V2 API Implementation 2015-07-21 21:45:14 -07:00
repository_test.go Catalog for V2 API Implementation 2015-07-21 21:45:14 -07:00