Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudflareApi ¶
type CloudflareApi struct { ApiKey string `json:"apikey"` ApiUser string `json:"apiuser"` AccountID string `json:"accountid"` AccountName string `json:"accountname"` // contains filtered or unexported fields }
CloudflareApi is the handle for API calls.
func (*CloudflareApi) EnsureDomainExists ¶ added in v0.1.5
func (c *CloudflareApi) EnsureDomainExists(domain string) error
EnsureDomainExists returns an error of domain does not exist.
func (*CloudflareApi) GetDomainCorrections ¶
func (c *CloudflareApi) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
GetDomainCorrections returns a list of corrections to update a domain.
func (*CloudflareApi) GetNameservers ¶
func (c *CloudflareApi) GetNameservers(domain string) ([]*models.Nameserver, error)
GetNameservers returns the nameservers for a domain.
Click to show internal directories.
Click to hide internal directories.