mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add struct tags on v2 remote tags struct
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
221e9624e3
commit
4925d98d1f
1 changed files with 2 additions and 2 deletions
|
@ -352,8 +352,8 @@ func (r *Session) PutV2ImageManifest(ep *Endpoint, imageName, tagName string, si
|
||||||
}
|
}
|
||||||
|
|
||||||
type remoteTags struct {
|
type remoteTags struct {
|
||||||
Name string
|
Name string `json:"name"`
|
||||||
Tags []string
|
Tags []string `json:"tags"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Given a repository name, returns a json array of string tags
|
// Given a repository name, returns a json array of string tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue