feat: add support for Aliyun OSS uploader

This commit is contained in:
yanghao05
2025-04-07 15:15:51 +08:00
parent 753cfde9d5
commit 7308824af8
11 changed files with 252 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import (
"quyun/app/jobs"
"quyun/app/service"
_ "quyun/docs"
"quyun/providers/ali"
"quyun/providers/app"
"quyun/providers/hashids"
"quyun/providers/http"
@@ -28,6 +29,7 @@ import (
func defaultProviders() container.Providers {
return service.Default(container.Providers{
ali.DefaultProvider(),
http.DefaultProvider(),
postgres.DefaultProvider(),
jwt.DefaultProvider(),