package entity type TaskCache struct { UserId string `json:"userId"` UserParallelism int64 `json:"userParallelism"` Task Task `json:"task"` }