package
0.27.2
Repository: https://github.com/stashapp/stash.git
Documentation: pkg.go.dev

# Packages

# Functions

GetOrCreateFolderHierarchy gets the folder for the given path, or creates a folder hierarchy for the given path if one if no existing folder is found.

# Variables

# Structs

Cleaner scans through stored file and folder instances and removes those that are no longer present on disk.
CleanOptions provides options for scanning files.
Deleter is used to safely delete files and directories from the filesystem.
FilteredHandler is a Handler runs only if the filter accepts the file.
OsFS is a file system backed by the OS.
Repository provides access to storage methods for files and folders.
Scanner scans files into the database.
ScanOptions provides options for scanning files.

# Interfaces

CleanHandler provides a handler for cleaning Files and Folders.
Decorator wraps the Decorate method to add additional functionality while scanning files.
Filter provides a filter function for Files.
FingerprintCalculator calculates a fingerprint for the provided file.
Handler provides a handler for Files.
Opener provides an interface to open a file.
PathFilter provides a filter function for paths.
ProgressReporter is used to report progress of the scan.
RenamerRemover provides access to the Rename and Remove functions.

# Type aliases