feat: add download from alioss job
This commit is contained in:
@@ -4,7 +4,9 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"quyun/providers/ali"
|
||||
"quyun/providers/app"
|
||||
"quyun/providers/job"
|
||||
"quyun/providers/postgres"
|
||||
"quyun/providers/wechat"
|
||||
|
||||
@@ -18,6 +20,8 @@ import (
|
||||
func Default(providers ...container.ProviderContainer) container.Providers {
|
||||
return append(container.Providers{
|
||||
app.DefaultProvider(),
|
||||
job.DefaultProvider(),
|
||||
ali.DefaultProvider(),
|
||||
postgres.DefaultProvider(),
|
||||
wechat.DefaultProvider(),
|
||||
}, providers...)
|
||||
|
||||
Reference in New Issue
Block a user