Documentation
¶
Index ¶
- func DNSRecordCacheKey(zoneID, recordName string) string
- func DNSRecordCacheKeyByID(recordID string) string
- func GetID(key string) (string, bool)
- func LookupDNSRecord(client *cloudflare.Client, zoneID, zoneName, recordIdentifier string) (id string, name string, err error)
- func LookupDNSRecordID(client *cloudflare.Client, zoneID, zoneName, recordIdentifier string) (string, error)
- func LookupZone(client *cloudflare.Client, zoneIdentifier string) (id string, name string, err error)
- func NewClient() (*cloudflare.Client, error)
- func SetID(key, id string)
- func UserAgent() string
- func ZoneCacheKey(zoneIdentifier string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DNSRecordCacheKey ¶ added in v0.1.2
func DNSRecordCacheKeyByID ¶ added in v0.2.0
func LookupDNSRecord ¶ added in v0.2.0
func LookupDNSRecordID ¶ added in v0.1.2
func LookupZone ¶ added in v0.1.2
func ZoneCacheKey ¶ added in v0.1.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.