mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Gallery scrubber (#5133)
This commit is contained in:
@@ -18,6 +18,7 @@ type ImageFinder interface {
|
||||
FindByFolderID(ctx context.Context, fileID FolderID) ([]*Image, error)
|
||||
FindByZipFileID(ctx context.Context, zipFileID FileID) ([]*Image, error)
|
||||
FindByGalleryID(ctx context.Context, galleryID int) ([]*Image, error)
|
||||
FindByGalleryIDIndex(ctx context.Context, galleryID int, index uint) (*Image, error)
|
||||
}
|
||||
|
||||
// ImageQueryer provides methods to query images.
|
||||
|
||||
Reference in New Issue
Block a user