Remove unused types in registry package
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
4c255a0d41
commit
5280103cc4
1 changed files with 0 additions and 17 deletions
|
@ -33,23 +33,6 @@ type RegistryInfo struct {
|
||||||
Standalone bool `json:"standalone"`
|
Standalone bool `json:"standalone"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type FSLayer struct {
|
|
||||||
BlobSum string `json:"blobSum"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type ManifestHistory struct {
|
|
||||||
V1Compatibility string `json:"v1Compatibility"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type ManifestData struct {
|
|
||||||
Name string `json:"name"`
|
|
||||||
Tag string `json:"tag"`
|
|
||||||
Architecture string `json:"architecture"`
|
|
||||||
FSLayers []*FSLayer `json:"fsLayers"`
|
|
||||||
History []*ManifestHistory `json:"history"`
|
|
||||||
SchemaVersion int `json:"schemaVersion"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type APIVersion int
|
type APIVersion int
|
||||||
|
|
||||||
func (av APIVersion) String() string {
|
func (av APIVersion) String() string {
|
||||||
|
|
Loading…
Reference in a new issue