(ctx context.Context, id int, clearOnComplete bool)
| 363 | } |
| 364 | |
| 365 | func (b *nodeBase) GetTask(ctx context.Context, id int, clearOnComplete bool) (*SlaveTaskSummary, error) { |
| 366 | return nil, errors.New("not implemented") |
| 367 | } |
| 368 | |
| 369 | func (b *nodeBase) CleanupFolders(ctx context.Context, folders ...string) error { |
| 370 | return errors.New("not implemented") |