cloudflare

package
v2.10.1-0...-2a44a89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2020 License: MIT Imports: 16 Imported by: 1

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"`
	ApiToken    string `json:"apitoken"`
	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

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.

func (*CloudflareApi) GetZoneRecords

func (c *CloudflareApi) GetZoneRecords(domain string) (models.Records, error)

GetZoneRecords gets the records of a zone and returns them in RecordConfig format.

func (*CloudflareApi) ListZones

func (c *CloudflareApi) ListZones() ([]string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL