package main type DownloadTask struct { Url string } type DownloadRequest struct { Link string `json:"link"` }