Skip to content

Commit

Permalink
QCOS-3242 add created for tag struct
Browse files Browse the repository at this point in the history
  • Loading branch information
u2takey committed Dec 6, 2016
1 parent 0acaa61 commit ac6b9d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kirksdk/index_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ type Repo struct {
}

type Tag struct {
Name string `json:"name"`
Name string `json:"name"`
Created time.Time `json:"created"`
}

type ImageConfig struct {
Expand Down

0 comments on commit ac6b9d8

Please sign in to comment.