Hashes returns the supported hash sets.
()
| 1709 | |
| 1710 | // Hashes returns the supported hash sets. |
| 1711 | func (f *Fs) Hashes() hash.Set { |
| 1712 | return f.Fs.Hashes() |
| 1713 | } |
| 1714 | |
| 1715 | // Purge all files in the directory |
| 1716 | func (f *Fs) Purge(ctx context.Context, dir string) error { |