mirror of
https://github.com/restic/restic.git
synced 2026-01-06 23:19:35 -05:00
This is the first commit that removes the (redundant) Get() method of the backend interface. Get(x, y) is equivalent to GetReader(x, y, 0, 0). |
||
|---|---|---|
| .. | ||
| testdata | ||
| blob.go | ||
| config.go | ||
| config_test.go | ||
| decrypt_read_closer.go | ||
| doc.go | ||
| index.go | ||
| index_test.go | ||
| key.go | ||
| master_index.go | ||
| packer_manager.go | ||
| parallel.go | ||
| parallel_test.go | ||
| pool.go | ||
| repository.go | ||
| repository_test.go | ||