(ctx context.Context)
| 827 | } |
| 828 | |
| 829 | func (m *SlaveExtractArchiveTask) Progress(ctx context.Context) queue.Progresses { |
| 830 | m.Lock() |
| 831 | defer m.Unlock() |
| 832 | return m.progress |
| 833 | } |
| 834 | |
| 835 | func isFileInMask(path string, mask []string) bool { |
| 836 | if len(mask) == 0 { |