| 10 | ) |
| 11 | |
| 12 | type TaskExtension struct { |
| 13 | tache.Base |
| 14 | Creator *model.User |
| 15 | startTime *time.Time |
| 16 | endTime *time.Time |
| 17 | TotalBytes int64 |
| 18 | ApiUrl string |
| 19 | } |
| 20 | |
| 21 | func (t *TaskExtension) SetCtx(ctx context.Context) { |
| 22 | if t.Creator != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected