Browse code

Remove unused types in registry package

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>

Aaron Lehmann authored on 2015/07/22 03:53:57
Showing 1 changed files
... ...
@@ -33,23 +33,6 @@ type RegistryInfo struct {
33 33
 	Standalone bool   `json:"standalone"`
34 34
 }
35 35
 
36
-type FSLayer struct {
37
-	BlobSum string `json:"blobSum"`
38
-}
39
-
40
-type ManifestHistory struct {
41
-	V1Compatibility string `json:"v1Compatibility"`
42
-}
43
-
44
-type ManifestData struct {
45
-	Name          string             `json:"name"`
46
-	Tag           string             `json:"tag"`
47
-	Architecture  string             `json:"architecture"`
48
-	FSLayers      []*FSLayer         `json:"fsLayers"`
49
-	History       []*ManifestHistory `json:"history"`
50
-	SchemaVersion int                `json:"schemaVersion"`
51
-}
52
-
53 36
 type APIVersion int
54 37
 
55 38
 func (av APIVersion) String() string {