feat: add gcore dns-01 applicant

This commit is contained in:
Fu Diwei
2025-02-17 20:48:32 +08:00
parent b2eb5d2754
commit e2a148c25f
13 changed files with 140 additions and 1 deletions

View File

@@ -86,6 +86,10 @@ type AccessConfigForEdgio struct {
ClientSecret string `json:"clientSecret"`
}
type AccessConfigForGcore struct {
ApiToken string `json:"apiToken"`
}
type AccessConfigForGname struct {
AppId string `json:"appId"`
AppKey string `json:"appKey"`