Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobCleaner ¶ added in v0.25.0
type BlobStoreMigrator ¶
type CleanGeneratedJob ¶ added in v0.25.0
type CleanGeneratedJob struct {
Options CleanGeneratedOptions
Paths *paths.Paths
BlobsStorageType config.BlobsStorageType
VideoFileNamingAlgorithm models.HashAlgorithm
BlobCleaner BlobCleaner
Repository models.Repository
// contains filtered or unexported fields
}
type CleanGeneratedOptions ¶ added in v0.25.0
type DownloadFFmpegJob ¶ added in v0.26.0
type InstallPackagesJob ¶ added in v0.24.0
type InstallPackagesJob struct {
PackagesJob
Packages []*models.PackageSpecInput
}
type MigrateBlobsJob ¶
type MigrateBlobsJob struct {
TxnManager txn.Manager
BlobStore BlobStoreMigrator
Vacuumer Vacuumer
DeleteOld bool
}
type MigrateJob ¶ added in v0.26.0
type MigrateSceneScreenshotsJob ¶
type MigrateSceneScreenshotsJob struct {
ScreenshotsPath string
Input scene.MigrateSceneScreenshotsInput
SceneRepo scene.HashFinderCoverUpdater
TxnManager txn.Manager
}
type PackagesJob ¶ added in v0.24.0
type UninstallPackagesJob ¶ added in v0.24.0
type UninstallPackagesJob struct {
PackagesJob
Packages []*models.PackageSpecInput
}
type UpdatePackagesJob ¶ added in v0.24.0
type UpdatePackagesJob struct {
PackagesJob
Packages []*models.PackageSpecInput
}
Click to show internal directories.
Click to hide internal directories.