Documentation
¶
Index ¶
Constants ¶
View Source
const (
MAX_ELAPSED_TIME = 10 * time.Minute
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cloudflare ¶
type Cloudflare struct {
Client *cloudflare.API
}
func NewClient ¶
func NewClient(apiToken string) (cf *Cloudflare, err error)
func (*Cloudflare) DeleteDnsRecord ¶
func (c *Cloudflare) DeleteDnsRecord(recordId, domainName string) (err error)
func (*Cloudflare) UpsertDNSRecord ¶
func (c *Cloudflare) UpsertDNSRecord(domainName, token string) (dnsRecordID string, err error)
Click to show internal directories.
Click to hide internal directories.