feat: add Deployer factory

This commit is contained in:
Fu Diwei
2024-11-21 11:23:15 +08:00
parent 30b66adc3b
commit 4916757d59
6 changed files with 361 additions and 22 deletions

View File

@@ -61,7 +61,7 @@ type PdnsAccess struct {
ApiKey string `json:"apiKey"`
}
type VolcengineAccess struct {
type VolcEngineAccess struct {
AccessKey string `json:"accessKey"`
SecretKey string `json:"secretKey"`