package model type UpdateInfo struct { Version int `json:"version"` DownloadURL string `json:"url"` Notes bool `json:"notes"` }