1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-27 02:08:37 +00:00
restic/repository
Alexander Neumann 8b7bf8691d backend: Remove Get()
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).
2016-01-23 13:13:05 +01:00
..
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