package models type ScanRequest struct { TaskID string `json:"taskID"` Concurrency int `json:"concurrency"` Timeout int `json:"timeout"` }