mirror of
https://github.com/restic/restic.git
synced 2025-12-04 02:41:52 +00:00
Remove Deleter interface
This commit is contained in:
@@ -44,11 +44,6 @@ type Repository interface {
|
||||
SaveTree(context.Context, *Tree) (ID, error)
|
||||
}
|
||||
|
||||
// Deleter removes all data stored in a backend/repo.
|
||||
type Deleter interface {
|
||||
Delete(context.Context) error
|
||||
}
|
||||
|
||||
// Lister allows listing files in a backend.
|
||||
type Lister interface {
|
||||
List(context.Context, FileType) <-chan string
|
||||
|
||||
Reference in New Issue
Block a user