feat: add dogecloud provider

This commit is contained in:
Fu Diwei
2024-11-04 10:30:18 +08:00
parent e6726e4c02
commit 8a78e49bf0
8 changed files with 218 additions and 29 deletions

View File

@@ -32,6 +32,11 @@ type QiniuAccess struct {
SecretKey string `json:"secretKey"`
}
type DogeCloudAccess struct {
AccessKey string `json:"accessKey"`
SecretKey string `json:"secretKey"`
}
type NameSiloAccess struct {
ApiKey string `json:"apiKey"`
}