mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Correctly delete files when specified (#2804)
This commit is contained in:
@@ -177,6 +177,11 @@ type Destroyer interface {
|
||||
Destroy(ctx context.Context, id ID) error
|
||||
}
|
||||
|
||||
type GetterDestroyer interface {
|
||||
Getter
|
||||
Destroyer
|
||||
}
|
||||
|
||||
// Store provides methods to find, create and update Files.
|
||||
type Store interface {
|
||||
Getter
|
||||
|
||||
Reference in New Issue
Block a user