package entities type Download struct { ID string `json:"id"` Status string `json:"status"` Link string `json:"link"` Data string `json:"data"` }