mirror of
https://github.com/restic/restic.git
synced 2026-09-01 10:17:14 +00:00
Add type 'Index' to backend
This commit is contained in:
@@ -11,6 +11,7 @@ const (
|
||||
Lock = "lock"
|
||||
Snapshot = "snapshot"
|
||||
Tree = "tree"
|
||||
Index = "index"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user