# Functions

ClientFactory will return an authenticated, fully loaded client.
NewCloudflareClient creates a new CloudflareClient client It will return an error if the authentication fails.

# Variables

No description provided by the author

# Structs

CloudflareClient is the CloudflareClient client that will support Authentication and setting records.
CloudflareConfig is the structure of the json config that is expected.
No description provided by the author
Record represents one Zone Record.
Zone (s) are how Cloudflare separates different DNS endpoints.

# Interfaces

Client is a general interface implemented by all clients.
No description provided by the author