Merge branch 'next' into feat/new-workflow-ui

This commit is contained in:
Fu Diwei
2024-12-25 21:06:59 +08:00
16 changed files with 267 additions and 3 deletions

View File

@@ -77,6 +77,11 @@ type GodaddyAccess struct {
ApiSecret string `json:"apiSecret"`
}
type NameDotComAccess struct {
Username string `json:"username"`
ApiToken string `json:"apiToken"`
}
type PdnsAccess struct {
ApiUrl string `json:"apiUrl"`
ApiKey string `json:"apiKey"`