Move registry package into handler package

The goal is to free up the distribution/registry package to include common
registry types. This moves the webapp definitions out of the way to allow for
this change in the future.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2015-02-10 17:25:40 -08:00
parent 90c2e4b460
commit 0f08b6961a
15 changed files with 21 additions and 18 deletions

3
registry/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package registry is a placeholder package for registry interface
// destinations and utilities.
package registry