(quantity int)
| 53 | GetData() interface{} |
| 54 | SetProgress(current int, total int) |
| 55 | IncProgress(quantity int) |
| 56 | } |
| 57 | |
| 58 | // SubTaskContext This interface define all resources that needed for subtask execution |
no outgoing calls
no test coverage detected