feat: add volcengine dns provider and add volcengine live deployer

This commit is contained in:
belier
2024-11-13 15:36:46 +08:00
parent 2ff923dd1b
commit e2562a5251
18 changed files with 1379 additions and 92 deletions

View File

@@ -56,6 +56,11 @@ type PdnsAccess struct {
ApiKey string `json:"apiKey"`
}
type VolcengineAccess struct {
AccessKeyID string
SecretAccessKey string
}
type HttpreqAccess struct {
Endpoint string `json:"endpoint"`
Mode string `json:"mode"`