package task type Task struct { ID int `json:"id"` FileID int `json:"file_id"` Type int `json:"type"` Status int `json:"status"` Log []string `json:"log"` }