package
4.0.2-stable+incompatible
Repository: https://github.com/algorand/go-algorand.git
Documentation: pkg.go.dev
# Constants
AutomaticTTL should be used to request cloudflare's Automatic TTL setting (which is 1).
# Variables
ErrDuplicateZoneNameFound is used when a user that is not permitted in a given zone attempt to perform an operation on that zone.
ErrUserNotPermitted is used when a user that is not permitted in a given zone attempt to perform an operation on that zone.
# Structs
CreateDNSRecordResponse is the JSON response for a DNS create request.
CreateDNSRecordResult is the result of the response for the DNS create request.
Cred contains the credentials used to authenticate with the cloudflare API.
DeleteDNSRecordResponse is the JSON response for a DNS delete request.
DeleteDNSRecordResult is the JSON result for a DNS delete request.
DNS is the cloudflare package main access class.
DNSRecordResponseEntry represent a single returned DNS record entry.
DNSRecordResponseResultInfo is paging status for the returned JSON structure ListDNSRecordResponse.
GetZonesResult is the JSON response for a DNS create request.
GetZonesResultItem is the result of the response for the DNS create request.
GetZonesResultPage is the result of the response for the DNS create request.
ListDNSRecordError is the JSON data structure for a single error during list dns records request.
ListDNSRecordResponse is the JSON data structure returned when we list the dns records.
Zone represent a single zone on the cloudflare API.