cloudflare

package
v0.0.0-...-60ce6a2 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2017 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DomainNotFoundError = errgo.New("domain not found")
)

Functions

func NewProvider

func NewProvider(logger *logging.Logger, apiKey, email string) providers.DnsProvider

Types

type CfDnsRecord

type CfDnsRecord struct {
	ID      string `json:"id,omitempty"`
	Type    string `json:"type"`
	Name    string `json:"name"`
	Content string `json:"content"`
	TTL     int    `json:"ttl,omitempty"`
}

type CfZone

type CfZone struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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