feat: add dns.la dns-01 applicant

This commit is contained in:
Fu Diwei
2025-02-21 17:21:39 +08:00
parent 316a3c950f
commit f81fa2eb63
21 changed files with 677 additions and 12 deletions

View File

@@ -12,7 +12,8 @@ import (
type Client struct {
apiToken string
client *resty.Client
client *resty.Client
}
func NewClient(apiToken string) *Client {