mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add Clean generated files task (#4607)
* Add clean generate task * Add to library tasks * Save and read defaults * Stop handling and logging * Make filename parsing more robust
This commit is contained in:
8
pkg/models/repository_blob.go
Normal file
8
pkg/models/repository_blob.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
import "context"
|
||||
|
||||
// FileGetter provides methods to get files by ID.
|
||||
type BlobReader interface {
|
||||
EntryExists(ctx context.Context, checksum string) (bool, error)
|
||||
}
|
||||
Reference in New Issue
Block a user