DefaultSubTaskContext is default implementation
| 28 | |
| 29 | // DefaultSubTaskContext is default implementation |
| 30 | type DefaultSubTaskContext struct { |
| 31 | *defaultExecContext |
| 32 | taskCtx *DefaultTaskContext |
| 33 | LastProgressTime time.Time |
| 34 | } |
| 35 | |
| 36 | // SetProgress FIXME ... |
| 37 | func (c *DefaultSubTaskContext) SetProgress(current int, total int) { |
nothing calls this directly
no outgoing calls
no test coverage detected