distribution/registry/handlers
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
..
api_test.go
app.go
app_test.go
basicauth.go
basicauth_prego14.go
blob.go Round 4 2015-06-11 21:33:35 -07:00
blobupload.go
catalog.go
context.go
helpers.go
hmac.go
hmac_test.go
hooks.go
images.go Allow Manifest Service to be configured with function arguments 2015-07-15 12:25:16 -07:00
mail.go
tags.go