feat: add video processing jobs

This commit is contained in:
yanghao05
2025-04-17 20:57:31 +08:00
parent a60213a79b
commit 7ebbc01ae2
4 changed files with 157 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ func (t *DownloadFromAliOSSSuite) Test_Work() {
worker := &DownloadFromAliOSSWorker{
oss: t.Oss,
job: t.Job,
}
err := worker.Work(context.Background(), job)