diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-22 22:35:19 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-22 22:35:19 +0200 |
commit | e9c65d5fcf8d2ec3772ceced4fe1379392b15a4f (patch) | |
tree | 8dba7361a06116c985d041b0c17276a573ea4563 /lib/xaapiv1/sdks.go | |
parent | 7185530f29f303d790e6be1e5ba3c71346516d89 (diff) |
Added support of new image_url field
Change-Id: I0a8b66ff3f593a3dc698389aa214593ca7f8ccbc
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/xaapiv1/sdks.go')
-rw-r--r-- | lib/xaapiv1/sdks.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xaapiv1/sdks.go b/lib/xaapiv1/sdks.go index 97db9a8..2d5ce96 100644 --- a/lib/xaapiv1/sdks.go +++ b/lib/xaapiv1/sdks.go @@ -36,6 +36,7 @@ type SDK struct { Arch string `json:"arch"` Path string `json:"path"` URL string `json:"url"` + ImageURL string `json:"image_url"` Status string `json:"status"` Date string `json:"date"` Size string `json:"size"` |