feat: add huaweicloud provider

This commit is contained in:
Fu Diwei
2024-10-11 09:30:14 +08:00
parent dc16294b3d
commit a007c81e9a
15 changed files with 691 additions and 272 deletions

View File

@@ -10,6 +10,12 @@ type TencentAccess struct {
SecretKey string `json:"secretKey"`
}
type HuaweiCloudAccess struct {
Region string `json:"region"`
AccessKeyId string `json:"accessKeyId"`
SecretAccessKey string `json:"secretAccessKey"`
}
type CloudflareAccess struct {
DnsApiToken string `json:"dnsApiToken"`
}