mirror of
https://github.com/restic/restic.git
synced 2025-08-13 15:57:42 +00:00
@@ -16,7 +16,7 @@ import (
|
||||
type Layout interface {
|
||||
Filename(restic.Handle) string
|
||||
Dirname(restic.Handle) string
|
||||
Basedir(restic.FileType) string
|
||||
Basedir(restic.FileType) (dir string, subdirs bool)
|
||||
Paths() []string
|
||||
Name() string
|
||||
}
|
||||
|
Reference in New Issue
Block a user