2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-21 10:12:22 +00:00
restic/internal/restic
Michael Eischer 472bf5184f Replace lots of unused parameters with _
The parameters are required by the implemented function signature or interface.
2023-05-18 21:17:53 +02:00
..
testdata forget: Add test with regular and "forever" opts 2023-03-05 13:56:16 -08:00
backend_find_test.go
backend_find.go
backend.go migrations: Fix S3 backend detection 2023-04-14 22:32:16 +02:00
blob_set.go prune: Use a single CountedBlobSet to track blobs 2022-10-22 18:45:12 +02:00
blob_test.go
blob.go all: Minor cleanups 2022-10-16 10:50:39 +02:00
config_test.go Use _ as parameter name for unused Context 2023-05-18 21:15:45 +02:00
config.go
counted_blob_set_test.go prune: Shrink keepBlobs set if possible 2022-10-22 18:45:12 +02:00
counted_blob_set.go prune: Shrink keepBlobs set if possible 2022-10-22 18:45:12 +02:00
doc.go
duration_test.go
duration.go
file_test.go internal/restic: Make FileType a uint8 instead of a string 2022-10-16 10:59:01 +02:00
file.go internal/restic: Make FileType a uint8 instead of a string 2022-10-16 10:59:01 +02:00
find_test.go Replace lots of unused parameters with _ 2023-05-18 21:17:53 +02:00
find.go prune: Use a single CountedBlobSet to track blobs 2022-10-22 18:45:12 +02:00
id_int_test.go
id_test.go
id.go internal/restic: Fix ID.UnmarshalJSON, ParseID 2022-10-16 10:39:52 +02:00
ids_test.go restic: Clean up restic.IDs type 2022-12-03 12:38:20 +01:00
ids.go restic: Clean up restic.IDs type 2022-12-03 12:38:20 +01:00
idset_test.go restic: Clean up restic.IDs type 2022-12-03 12:38:20 +01:00
idset.go restic: Clean up restic.IDs type 2022-12-03 12:38:20 +01:00
json.go repository: Reuse buffers in Repository.LoadUnpacked 2023-01-30 22:01:01 +01:00
lock_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
lock_unix.go lock: Don't copy the lock when checking for process existence 2022-11-11 21:45:55 +01:00
lock_windows.go
lock.go Fix deadlock in Lock.Stale 2023-01-27 03:21:37 +11:00
mknod_unix.go
node_aix.go
node_darwin.go
node_freebsd.go
node_linux.go all: Replace some errors.Wrap calls by errors.WithStack 2022-12-17 09:41:07 +01:00
node_netbsd.go
node_openbsd.go
node_solaris.go
node_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
node_unix_test.go
node_unix.go
node_windows.go restore symlink timestamps on windows 2022-10-30 11:04:04 +01:00
node_xattr.go
node.go Remove redundant if ...; err != nil; return pattern 2023-05-18 21:15:45 +02:00
parallel.go tweak debug logs 2023-04-23 11:38:06 +02:00
repository.go repository: Reuse buffers in Repository.LoadUnpacked 2023-01-30 22:01:01 +01:00
rewind_reader_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
rewind_reader.go
snapshot_find_test.go cmd, restic: Refactor and fix snapshot filtering 2023-02-19 15:04:25 +01:00
snapshot_find.go Remove unnecessary else block 2023-05-18 21:15:45 +02:00
snapshot_group_test.go Refactor group-by to parse options into a struct 2023-02-10 23:18:14 +01:00
snapshot_group.go backup: return normal error if --group-by cannot be parsed 2023-05-18 17:23:31 +02:00
snapshot_policy_test.go Refactor policy sum calculation & duration parsing 2023-03-14 19:29:08 -07:00
snapshot_policy.go Replace lots of unused parameters with _ 2023-05-18 21:17:53 +02:00
snapshot_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
snapshot.go report snapshot id if loading failed 2023-05-01 17:24:13 +02:00
tag_list_test.go
tag_list.go all: Minor cleanups 2022-10-16 10:50:39 +02:00
testing_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
testing.go Rename unused testing parameter to _ 2023-05-18 21:17:53 +02:00
tree_stream.go
tree_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
tree.go
zeroprefix_test.go
zeroprefix.go