feat: add baiducloud dns-01 applicant

This commit is contained in:
Fu Diwei
2025-02-18 17:31:42 +08:00
parent c451bf5e03
commit 1bac6174ad
13 changed files with 269 additions and 7 deletions

View File

@@ -207,8 +207,3 @@ func Populate(dict map[string]any, output any) error {
return decoder.Decode(dict)
}
// Deprecated: Use [Populate] instead.
func Decode(dict map[string]any, output any) error {
return Populate(dict, output)
}