Added support of new image_url field
[src/xds/xds-server.git] / lib / xsapiv1 / sdks.go
index 54b941b..d91d335 100644 (file)
@@ -37,6 +37,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"`