Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobStoreMigrator ¶
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 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.