mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
* API: Send all tags on History API call
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package docker
|
||||
|
||||
type APIHistory struct {
|
||||
ID string `json:"Id"`
|
||||
Tag string `json:",omitempty"`
|
||||
ID string `json:"Id"`
|
||||
Tags []string `json:",omitempty"`
|
||||
Created int64
|
||||
CreatedBy string `json:",omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user