distribution/registry/client
Patrick Devine b7e26bac74 Create Repositories method
This change removes the Catalog Service and replaces it with a more
simplistic Repositories() method for obtaining a catalog of all
repositories.  The Repositories method takes a pre-allocated slice
and fills it up to the size of the slice and returns the amount
filled.  The catalog is returned lexicographically and will start
being filled from the last entry passed to Repositories().  If there
are no more entries to fill, io.EOF will be returned.

Signed-off-by: Patrick Devine <patrick.devine@docker.com>

Conflicts:
	registry/client/repository.go
	registry/handlers/api_test.go
2015-07-21 21:45:14 -07:00
..
auth Fix typo in Version doc 2015-07-08 11:02:47 -07:00
transport Refactor client auth 2015-07-01 15:00:25 -07:00
blob_writer.go Break down type dependencies 2015-05-19 19:56:27 -07: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 Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
repository.go Create Repositories method 2015-07-21 21:45:14 -07:00
repository_test.go Create Repositories method 2015-07-21 21:45:14 -07:00