feat: enqueue media asset processing

This commit is contained in:
2026-01-13 17:33:30 +08:00
parent e97be37b05
commit 0f7843bcac
4 changed files with 125 additions and 42 deletions

View File

@@ -22,9 +22,11 @@ func Provide(opts ...opt.Option) error {
return err
}
if err := container.Container.Provide(func(
job *job.Job,
storage *storage.Storage,
) (*common, error) {
obj := &common{
job: job,
storage: storage,
}