package models type FileUpload struct { TaskID string FileName string } type Task struct { TaskID string `json:"task_id"` Link string `json:"link"` }